#D0CC81

Color #D0CC81 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #D0CC81

Tints of Deco #D0CC81

Color information

#D0CC81 (or 0xD0CC81) is unknown color: approx Deco. HEX triplet: D0, CC and 81. RGB value is (208,204,129). Sum of RGB (Red+Green+Blue) = 208+204+129=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CC81 is #2F337E. Grayscale: #C4C4C4. Windows color (decimal): -3093375 or 8506576. OLE color: 8506576.

HSL color Cylindrical-coordinate representation of color #D0CC81: hue angle of 56.96º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0CC81 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208204129-
CMYK00.020.380.18
HSL56.96º45.66%66.08%-
HSV(B)56.96º37.98%81.57%-
XYZ51.5758.1829.28-
YUV196.6589.83136.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 129 (50.78% from 255) = 23.84%
R=38.45%
G=37.71%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820412900.020.380.1856.9645.6666.08
HexD0CC81022612392e42
Octal3203142010246227156102
Binary110100001100110010000001010100110100101110011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CC81; }

 p { color: rgb(208,204,129); }

 H1.HeaderClassName
 {
   color: #D0CC81;
 }
 .AnyTagClassName
 {
   color: #D0CC81;
 }
</style>
background-color css

<style>
 a { background-color: #D0CC81; }

 a { background-color: rgb(208,204,129); }

 div.DivClassName
 {
   background-color: #D0CC81;
 }
 .BgClassName
 {
   background-color: #D0CC81;
 }
</style>
border-color css

<style>
 span { border-color: #D0CC81; }

 span { border-color: rgb(208,204,129); }

 td.TdClassName
 {
   border-color: #D0CC81;
 }
 .TagClassName
 {
   border-color: #D0CC81;
 }
</style>