COLOR #DBC36E

HEX: #DBC36E
RGB: (219,195,110)

Color info

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

RGB color model

#DBC36E color RGB value is (219,195,110).

  • red value is 219;
  • green value is 195;
  • blue value is 110.
RGB:
(219,195,110)
(86%,76%,43%)

RGB channels and saturation

R 219 of 255 = 86%
G 195 of 255 = 76%
B 110 of 255 = 43%

219
195
110

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

Portions of RGB colors in percentages

R + G + B =
219 + 195 + 110 = 524 (100%)
R 219 of 524 ~ 41.79%
G 195 of 524 ~ 37.21%
B 110 of 524 ~ 20.99%

%41.79
%37.21
%20.99

CMYK color model

#DBC36E color CMYK value is (0,11,50,14).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 49.77%
  • key color value is 14.12%
CMYK:
(0,11,50,14)
C0M11Y50K14 
(0%,11%,50%,14%)
(0.00/0.11/0.50/0.14)	

CMYK percentages

%0
%10.96
%49.77
%14.12

Codes

Color #DBC36E in popluar color models

DBC36E
RGB219195110
HSL47°60.22%64.51%
HSB/HSV47°49.77%85.88%
CMYK0.00%10.96%49.77%
14.12%

Color #DBC36E in popluar number systems.

HEXDBC36E
Decimal219195110
Binary11011011110000111101110
Octal333303156

Shades and tints

Shades of #DBC36E

#DBC36E
(219,195,110)
#C8B264
(200,178,100)
#B5A15A
(181,161,90)
#A29050
(162,144,80)
#8F7F46
(143,127,70)
#7C6E3C
(124,110,60)
#695D32
(105,93,50)
#564C28
(86,76,40)
#433B1E
(67,59,30)
#302A14
(48,42,20)
#1D190A
(29,25,10)
#000000
(0,0,0)

Tints of #DBC36E

#DBC36E
(219,195,110)
#DEC87B
(222,200,123)
#E1CD88
(225,205,136)
#E4D295
(228,210,149)
#E7D7A2
(231,215,162)
#EADCAF
(234,220,175)
#EDE1BC
(237,225,188)
#F0E6C9
(240,230,201)
#F3EBD6
(243,235,214)
#F6F0E3
(246,240,227)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC36E color. Also use rgb(219,195,110) instead hex code.

Text Font Color

.myTextColor { color: #DBC36E; }

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

This text font color is #DBC36E.


Background Color

.myBgColor { background-color: #DBC36E; }

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

This div background color is #DBC36E.


Border color

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

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

This div border color is #DBC36E.


Opacity

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

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

Text with #DBC36E 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 #DBC36E;}

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

This text has shadow with #DBC36E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC36E on black background.


Color preview on white background

This text has color #DBC36E on white background.



Black color preview on #DBC36E background

This text has black color on #DBC36E background.


White color preview on #DBC36E background

This text has white color on #DBC36E background.