#D2D996

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

Shades of Deco #D2D996

Tints of Deco #D2D996

Color information

#D2D996 (or 0xD2D996) is unknown color: approx Deco. HEX triplet: D2, D9 and 96. RGB value is (210,217,150). Sum of RGB (Red+Green+Blue) = 210+217+150=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D996 is #2D2669. Grayscale: #CFCFCF. Windows color (decimal): -2958954 or 9886162. OLE color: 9886162.

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

Color convert

RGB210217150-
CMYK0.0300.310.15
HSL66.27º46.85%71.96%-
HSV(B)66.27º30.88%85.1%-
XYZ56.965.5338.5-
YUV207.2795.68129.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.40%
GREEN value IS 217 (85.16% from 255) = 37.61%
BLUE value IS 150 (58.98% from 255) = 26.00%
R=36.40%
G=37.61%
B=26.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102171500.0300.310.1566.2746.8571.96
HexD2D996301FF422f48
Octal32233122630371710257110
Binary11010010110110011001011011011111111110000101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D996; }

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

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

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

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

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

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

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

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