#D0D796

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

Shades of Deco #D0D796

Tints of Deco #D0D796

Color information

#D0D796 (or 0xD0D796) is unknown color: approx Deco. HEX triplet: D0, D7 and 96. RGB value is (208,215,150). Sum of RGB (Red+Green+Blue) = 208+215+150=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D796 is #2F2869. Grayscale: #CDCDCD. Windows color (decimal): -3090538 or 9885648. OLE color: 9885648.

HSL color Cylindrical-coordinate representation of color #D0D796: hue angle of 66.46º 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 #D0D796 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB208215150-
CMYK0.0300.300.16
HSL66.46º44.83%71.57%-
HSV(B)66.46º30.23%84.31%-
XYZ55.8264.2138.31-
YUV205.596.68129.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.30%
GREEN value IS 215 (84.38% from 255) = 37.52%
BLUE value IS 150 (58.98% from 255) = 26.18%
R=36.30%
G=37.52%
B=26.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082151500.0300.300.1666.4644.8371.57
HexD0D796301E10422d48
Octal32032722630362010255110
Binary110100001101011110010110110111101000010000101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D796; }

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

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

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

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

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

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

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

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