#D2CC79

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

Shades of Deco #D2CC79

Tints of Deco #D2CC79

Color information

#D2CC79 (or 0xD2CC79) is unknown color: approx Deco. HEX triplet: D2, CC and 79. RGB value is (210,204,121). Sum of RGB (Red+Green+Blue) = 210+204+121=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC79 is #2D3386. Grayscale: #C4C4C4. Windows color (decimal): -2962311 or 7982290. OLE color: 7982290.

HSL color Cylindrical-coordinate representation of color #D2CC79: hue angle of 55.96º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2CC79 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB210204121-
CMYK00.030.420.18
HSL55.96º49.72%64.9%-
HSV(B)55.96º42.38%82.35%-
XYZ51.6258.2726.62-
YUV196.3385.49137.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 121 (47.66% from 255) = 22.62%
R=39.25%
G=38.13%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020412100.030.420.1855.9649.7264.9
HexD2CC79032A12383241
Octal3223141710352227062101
Binary11010010110011001111001011101010100101110001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CC79; }

 p { color: rgb(210,204,121); }

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

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

 a { background-color: rgb(210,204,121); }

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

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

 span { border-color: rgb(210,204,121); }

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