#D2D796

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

Shades of Deco #D2D796

Tints of Deco #D2D796

Color information

#D2D796 (or 0xD2D796) is unknown color: approx Deco. HEX triplet: D2, D7 and 96. RGB value is (210,215,150). Sum of RGB (Red+Green+Blue) = 210+215+150=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D796 is #2D2869. Grayscale: #CECECE. Windows color (decimal): -2959466 or 9885650. OLE color: 9885650.

HSL color Cylindrical-coordinate representation of color #D2D796: hue angle of 64.62º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2D796 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB210215150-
CMYK0.0200.300.16
HSL64.62º44.83%71.57%-
HSV(B)64.62º30.23%84.31%-
XYZ56.3864.538.33-
YUV206.196.34130.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 215 (84.38% from 255) = 37.39%
BLUE value IS 150 (58.98% from 255) = 26.09%
R=36.52%
G=37.39%
B=26.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102151500.0200.300.1664.6244.8371.57
HexD2D796201E10412d48
Octal32232722620362010155110
Binary110100101101011110010110100111101000010000011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D796; }

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

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

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

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

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

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

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

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