#D2CC76

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

Shades of Deco #D2CC76

Tints of Deco #D2CC76

Color information

#D2CC76 (or 0xD2CC76) is unknown color: approx Deco. HEX triplet: D2, CC and 76. RGB value is (210,204,118). Sum of RGB (Red+Green+Blue) = 210+204+118=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC76 is #2D3389. Grayscale: #C4C4C4. Windows color (decimal): -2962314 or 7785682. OLE color: 7785682.

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

Color convert

RGB210204118-
CMYK00.030.440.18
HSL56.09º50.55%64.31%-
HSV(B)56.09º43.81%82.35%-
XYZ51.4458.225.66-
YUV195.9983.99137.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.47%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 118 (46.48% from 255) = 22.18%
R=39.47%
G=38.35%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020411800.030.440.1856.0950.5564.31
HexD2CC76032C12383340
Octal3223141660354227063100
Binary11010010110011001110110011101100100101110001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CC76; }

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

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

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

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

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

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

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

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