COLOR #D0CC83

HEX: #D0CC83 RGB: (208,204,131)

Color info

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

RGB color model

#D0CC83 color RGB value is (208,204,131).

RGB: (208,204,131) (82%, 80%, 51%)

RGB channels and saturation

R 208 of 255 = 82%
G 204 of 255 = 80%
B 131 of 255 = 51%

208
204
131

R + G + B ~ 71%. #D0CC83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 204 + 131 = 543 (100%)
R 208 of 543 ~ 38.31%
G 204 of 543 ~ 37.57%
B 131 of 543 ~ 24.13'%

%38.31
%37.57
%24.13

CMYK color model

#D0CC83 color CMYK value is (0,2,37,18).

  • cyan value is 0.00%
  • magenta value is 1.92%
  • yellow value is 37.02%
  • key color value is 18.43%

CMYK: (0,2,37,18)
C0M2Y37K18 (0%, 2%, 37%, 18%)
(0.00 / 0.02 / 0.37 / 0.18)

CMYK percentages

%0
%1.92
%37.02
%18.43

Codes

Color #D0CC83 in popluar color models

D0 CC 83
RGB 208 204 131
HSL 57° 45.03% 66.47%
HSB/HSV 57° 37.02% 81.57%
CMYK 0.00% 1.92% 37.02%
18.43%

Color #D0CC83 in popluar number systems.

HEX D0 CC 83
Decimal 208 204 131
Binary 11010000 11001100 10000011
Octal 320 314 203

Shades and tints

Shades of #D0CC83

#D0CC83
(208,204,131)
#BEBA78
(190,186,120)
#ACA86D
(172,168,109)
#9A9662
(154,150,98)
#888457
(136,132,87)
#76724C
(118,114,76)
#646041
(100,96,65)
#524E36
(82,78,54)
#403C2B
(64,60,43)
#2E2A20
(46,42,32)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #D0CC83

#D0CC83
(208,204,131)
#D4D08E
(212,208,142)
#D8D499
(216,212,153)
#DCD8A4
(220,216,164)
#E0DCAF
(224,220,175)
#E4E0BA
(228,224,186)
#E8E4C5
(232,228,197)
#ECE8D0
(236,232,208)
#F0ECDB
(240,236,219)
#F4F0E6
(244,240,230)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0CC83 color. Also use rgb(208,204,131) instead hex code.

Text Font Color

.myTextColor { color: #D0CC83; }

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

This text font color is #D0CC83.

Background Color

.myBgColor { background-color: #D0CC83; }

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

This div background color is #D0CC83.

Border color

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

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

This div border color is #D0CC83.

Opacity

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

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

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

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

This text has shadow with #D0CC83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0CC83.

Preview

Color preview on black background

This text has color #D0CC83 on black background.


Color preview on white background

This text has color #D0CC83 on white background.


Black color preview on #D0CC83 background

This text has black color on #D0CC83 background.


White color preview on #D0CC83 background

This text has white color on #D0CC83 background.


Related colors

Complementary color

Complementary color for #hex is #2F337C.


I love getcolorcode.com

Triadic colors

1 #83D0CC and #CC83D0 with #D0CC83 are triadic colors.

2 #83CCD0 and #CCD083 with #D0CC83 are triadic colors.