COLOR #DBBE71

HEX: #DBBE71
RGB: (219,190,113)

Color info

#DBBE71 contains mainly red and green colors. Web safe color of #DBBE71 is #CCCC66 (or #CC6).

RGB color model

#DBBE71 color RGB value is (219,190,113).

  • red value is 219;
  • green value is 190;
  • blue value is 113.
RGB:
(219,190,113)
(86%,75%,44%)

RGB channels and saturation

R 219 of 255 = 86%
G 190 of 255 = 75%
B 113 of 255 = 44%

219
190
113

R + G + B ~ 68%. #DBBE71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 190 + 113 = 522 (100%)
R 219 of 522 ~ 41.95%
G 190 of 522 ~ 36.4%
B 113 of 522 ~ 21.65%

%41.95
%36.4
%21.65

CMYK color model

#DBBE71 color CMYK value is (0,13,48,14).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 48.40%
  • key color value is 14.12%
CMYK:
(0,13,48,14)
C0M13Y48K14 
(0%,13%,48%,14%)
(0.00/0.13/0.48/0.14)	

CMYK percentages

%0
%13.24
%48.4
%14.12

Codes

Color #DBBE71 in popluar color models

DBBE71
RGB219190113
HSL44°59.55%65.10%
HSB/HSV44°48.40%85.88%
CMYK0.00%13.24%48.40%
14.12%

Color #DBBE71 in popluar number systems.

HEXDBBE71
Decimal219190113
Binary11011011101111101110001
Octal333276161

Shades and tints

Shades of #DBBE71

#DBBE71
(219,190,113)
#C8AD67
(200,173,103)
#B59C5D
(181,156,93)
#A28B53
(162,139,83)
#8F7A49
(143,122,73)
#7C693F
(124,105,63)
#695835
(105,88,53)
#56472B
(86,71,43)
#433621
(67,54,33)
#302517
(48,37,23)
#1D140D
(29,20,13)
#000000
(0,0,0)

Tints of #DBBE71

#DBBE71
(219,190,113)
#DEC37D
(222,195,125)
#E1C889
(225,200,137)
#E4CD95
(228,205,149)
#E7D2A1
(231,210,161)
#EAD7AD
(234,215,173)
#EDDCB9
(237,220,185)
#F0E1C5
(240,225,197)
#F3E6D1
(243,230,209)
#F6EBDD
(246,235,221)
#F9F0E9
(249,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBBE71 color. Also use rgb(219,190,113) instead hex code.

Text Font Color

.myTextColor { color: #DBBE71; }

<p style="color:#DBBE71">This sample text font color is #DBBE71.</p>

This text font color is #DBBE71.


Background Color

.myBgColor { background-color: #DBBE71; }

<div style="background-color:#DBBE71">Inner text</div>

This div background color is #DBBE71.


Border color

.myBorderColor { border: 1px solid #DBBE71; }

<div style="border:3px solid #DBBE71">Div</div>

This div border color is #DBBE71.


Opacity

.myOpacity80 { color: #DBBE71; opacity: 0.8; }

<p style="color:#DBBE71;opacity:0.8;">80%</p>

Text with #DBBE71 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DBBE71;}

<p style="text-shadow: 3px 3px 1px #DBBE71">Text here.</p>

This text has shadow with #DBBE71 color.

.textShadow {text-shadow: 3px 3px 1px #DBBE71, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DBBE71, 5px 5px 20px red">Text here.</p>

This text has shadow with #DBBE71 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DBBE71, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DBBE71, Direction=45, Strength=4)">Text</p>

This text has shadow with #DBBE71 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DBBE71;
  -webkit-box-shadow:	1px 1px 3px 2px #DBBE71;
  box-shadow:		1px 1px 3px 2px #DBBE71;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DBBE71;
-webkit-box-shadow: 1px 1px 3px 2px #DBBE71;
box-shadow:1px 1px 3px 2px #DBBE71;">
Div content here</div>
This div box has shadow with color #DBBE71.

Preview

Color preview on black background

This text has color #DBBE71 on black background.


Color preview on white background

This text has color #DBBE71 on white background.



Black color preview on #DBBE71 background

This text has black color on #DBBE71 background.


White color preview on #DBBE71 background

This text has white color on #DBBE71 background.