#D2CC83

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

Shades of Deco #D2CC83

Tints of Deco #D2CC83

Color information

#D2CC83 (or 0xD2CC83) is unknown color: approx Deco. HEX triplet: D2, CC and 83. RGB value is (210,204,131). Sum of RGB (Red+Green+Blue) = 210+204+131=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CC83 is #2D337C. Grayscale: #C5C5C5. Windows color (decimal): -2962301 or 8637650. OLE color: 8637650.

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

Color convert

RGB210204131-
CMYK00.030.380.18
HSL55.44º46.75%66.86%-
HSV(B)55.44º37.62%82.35%-
XYZ52.2758.5330.01-
YUV197.4790.49136.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 131 (51.56% from 255) = 24.04%
R=38.53%
G=37.43%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020413100.030.380.1855.4446.7566.86
HexD2CC83032612372f43
Octal3223142030346226757103
Binary110100101100110010000011011100110100101101111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CC83; }

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

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

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

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

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

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

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

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