COLOR #D0C67B

HEX: #D0C67B
RGB: (208,198,123)

Color info

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

RGB color model

#D0C67B color RGB value is (208,198,123).

  • red value is 208;
  • green value is 198;
  • blue value is 123.
RGB:
(208,198,123)
(82%,78%,48%)

RGB channels and saturation

R 208 of 255 = 82%
G 198 of 255 = 78%
B 123 of 255 = 48%

208
198
123

R + G + B ~ 69%. #D0C67B is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 198 + 123 = 529 (100%)
R 208 of 529 ~ 39.32%
G 198 of 529 ~ 37.43%
B 123 of 529 ~ 23.25%

%39.32
%37.43
%23.25

CMYK color model

#D0C67B color CMYK value is (0,5,41,18).

  • cyan value is 0.00%
  • magenta value is 4.81%
  • yellow value is 40.87%
  • key color value is 18.43%
CMYK:
(0,5,41,18)
C0M5Y41K18 
(0%,5%,41%,18%)
(0.00/0.05/0.41/0.18)	

CMYK percentages

%0
%4.81
%40.87
%18.43

Codes

Color #D0C67B in popluar color models

D0C67B
RGB208198123
HSL53°47.49%64.90%
HSB/HSV53°40.87%81.57%
CMYK0.00%4.81%40.87%
18.43%

Color #D0C67B in popluar number systems.

HEXD0C67B
Decimal208198123
Binary11010000110001101111011
Octal320306173

Shades and tints

Shades of #D0C67B

#D0C67B
(208,198,123)
#BEB470
(190,180,112)
#ACA265
(172,162,101)
#9A905A
(154,144,90)
#887E4F
(136,126,79)
#766C44
(118,108,68)
#645A39
(100,90,57)
#52482E
(82,72,46)
#403623
(64,54,35)
#2E2418
(46,36,24)
#1C120D
(28,18,13)
#000000
(0,0,0)

Tints of #D0C67B

#D0C67B
(208,198,123)
#D4CB87
(212,203,135)
#D8D093
(216,208,147)
#DCD59F
(220,213,159)
#E0DAAB
(224,218,171)
#E4DFB7
(228,223,183)
#E8E4C3
(232,228,195)
#ECE9CF
(236,233,207)
#F0EEDB
(240,238,219)
#F4F3E7
(244,243,231)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C67B color. Also use rgb(208,198,123) instead hex code.

Text Font Color

.myTextColor { color: #D0C67B; }

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

This text font color is #D0C67B.


Background Color

.myBgColor { background-color: #D0C67B; }

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

This div background color is #D0C67B.


Border color

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

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

This div border color is #D0C67B.


Opacity

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

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

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

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

This text has shadow with #D0C67B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C67B on black background.


Color preview on white background

This text has color #D0C67B on white background.



Black color preview on #D0C67B background

This text has black color on #D0C67B background.


White color preview on #D0C67B background

This text has white color on #D0C67B background.