#D2D999

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

Shades of Deco #D2D999

Tints of Deco #D2D999

Color information

#D2D999 (or 0xD2D999) is unknown color: approx Deco. HEX triplet: D2, D9 and 99. RGB value is (210,217,153). Sum of RGB (Red+Green+Blue) = 210+217+153=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D999 is #2D2666. Grayscale: #CFCFCF. Windows color (decimal): -2958951 or 10082770. OLE color: 10082770.

HSL color Cylindrical-coordinate representation of color #D2D999: hue angle of 66.56º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2D999 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB210217153-
CMYK0.0300.290.15
HSL66.56º45.71%72.55%-
HSV(B)66.56º29.49%85.1%-
XYZ57.1465.6339.79-
YUV207.6197.18129.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.21%
GREEN value IS 217 (85.16% from 255) = 37.41%
BLUE value IS 153 (60.16% from 255) = 26.38%
R=36.21%
G=37.41%
B=26.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102171530.0300.290.1566.5645.7172.55
HexD2D999301DF432e49
Octal32233123130351710356111
Binary11010010110110011001100111011101111110000111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D999; }

 p { color: rgb(210,217,153); }

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

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

 a { background-color: rgb(210,217,153); }

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

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

 span { border-color: rgb(210,217,153); }

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