#D2CC7C

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

Shades of Deco #D2CC7C

Tints of Deco #D2CC7C

Color information

#D2CC7C (or 0xD2CC7C) is unknown color: approx Deco. HEX triplet: D2, CC and 7C. RGB value is (210,204,124). Sum of RGB (Red+Green+Blue) = 210+204+124=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC7C is #2D3383. Grayscale: #C5C5C5. Windows color (decimal): -2962308 or 8178898. OLE color: 8178898.

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

Color convert

RGB210204124-
CMYK00.030.410.18
HSL55.81º48.86%65.49%-
HSV(B)55.81º40.95%82.35%-
XYZ51.8158.3427.6-
YUV196.6786.99137.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 124 (48.83% from 255) = 23.05%
R=39.03%
G=37.92%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020412400.030.410.1855.8148.8665.49
HexD2CC7C032912383141
Octal3223141740351227061101
Binary11010010110011001111100011101001100101110001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CC7C; }

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

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

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

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

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

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

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

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