#D2CC80

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

Shades of Deco #D2CC80

Tints of Deco #D2CC80

Color information

#D2CC80 (or 0xD2CC80) is unknown color: approx Deco. HEX triplet: D2, CC and 80. RGB value is (210,204,128). Sum of RGB (Red+Green+Blue) = 210+204+128=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CC80 is #2D337F. Grayscale: #C5C5C5. Windows color (decimal): -2962304 or 8441042. OLE color: 8441042.

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

Color convert

RGB210204128-
CMYK00.030.390.18
HSL55.61º47.67%66.27%-
HSV(B)55.61º39.05%82.35%-
XYZ52.0758.4528.96-
YUV197.1388.99137.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.75%
GREEN value IS 204 (80.08% from 255) = 37.64%
BLUE value IS 128 (50.39% from 255) = 23.62%
R=38.75%
G=37.64%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020412800.030.390.1855.6147.6766.27
HexD2CC80032712383042
Octal3223142000347227060102
Binary110100101100110010000000011100111100101110001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CC80; }

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

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

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

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

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

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

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

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