COLOR #DBC08D

HEX: #DBC08D
RGB: (219,192,141)

Color info

#DBC08D contains mainly red and green colors. Web safe color of #DBC08D is #CCCC99 (or #CC9).

RGB color model

#DBC08D color RGB value is (219,192,141).

  • red value is 219;
  • green value is 192;
  • blue value is 141.
RGB:
(219,192,141)
(86%,75%,55%)

RGB channels and saturation

R 219 of 255 = 86%
G 192 of 255 = 75%
B 141 of 255 = 55%

219
192
141

R + G + B ~ 72%. #DBC08D is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 192 + 141 = 552 (100%)
R 219 of 552 ~ 39.67%
G 192 of 552 ~ 34.78%
B 141 of 552 ~ 25.54%

%39.67
%34.78
%25.54

CMYK color model

#DBC08D color CMYK value is (0,12,36,14).

  • cyan value is 0.00%
  • magenta value is 12.33%
  • yellow value is 35.62%
  • key color value is 14.12%
CMYK:
(0,12,36,14)
C0M12Y36K14 
(0%,12%,36%,14%)
(0.00/0.12/0.36/0.14)	

CMYK percentages

%0
%12.33
%35.62
%14.12

Codes

Color #DBC08D in popluar color models

DBC08D
RGB219192141
HSL39°52.00%70.59%
HSB/HSV39°35.62%85.88%
CMYK0.00%12.33%35.62%
14.12%

Color #DBC08D in popluar number systems.

HEXDBC08D
Decimal219192141
Binary110110111100000010001101
Octal333300215

Shades and tints

Shades of #DBC08D

#DBC08D
(219,192,141)
#C8AF81
(200,175,129)
#B59E75
(181,158,117)
#A28D69
(162,141,105)
#8F7C5D
(143,124,93)
#7C6B51
(124,107,81)
#695A45
(105,90,69)
#564939
(86,73,57)
#43382D
(67,56,45)
#302721
(48,39,33)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #DBC08D

#DBC08D
(219,192,141)
#DEC597
(222,197,151)
#E1CAA1
(225,202,161)
#E4CFAB
(228,207,171)
#E7D4B5
(231,212,181)
#EAD9BF
(234,217,191)
#EDDEC9
(237,222,201)
#F0E3D3
(240,227,211)
#F3E8DD
(243,232,221)
#F6EDE7
(246,237,231)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC08D color. Also use rgb(219,192,141) instead hex code.

Text Font Color

.myTextColor { color: #DBC08D; }

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

This text font color is #DBC08D.


Background Color

.myBgColor { background-color: #DBC08D; }

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

This div background color is #DBC08D.


Border color

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

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

This div border color is #DBC08D.


Opacity

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

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

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

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

This text has shadow with #DBC08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC08D on black background.


Color preview on white background

This text has color #DBC08D on white background.



Black color preview on #DBC08D background

This text has black color on #DBC08D background.


White color preview on #DBC08D background

This text has white color on #DBC08D background.