#D0D896

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

Shades of Deco #D0D896

Tints of Deco #D0D896

Color information

#D0D896 (or 0xD0D896) is unknown color: approx Deco. HEX triplet: D0, D8 and 96. RGB value is (208,216,150). Sum of RGB (Red+Green+Blue) = 208+216+150=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D896 is #2F2769. Grayscale: #CECECE. Windows color (decimal): -3090282 or 9885904. OLE color: 9885904.

HSL color Cylindrical-coordinate representation of color #D0D896: hue angle of 67.27º degrees, saturation: 0.46, 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 #D0D896 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB208216150-
CMYK0.0400.310.15
HSL67.27º45.83%71.76%-
HSV(B)67.27º30.56%84.71%-
XYZ56.0764.7238.39-
YUV206.0896.35129.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.24%
GREEN value IS 216 (84.77% from 255) = 37.63%
BLUE value IS 150 (58.98% from 255) = 26.13%
R=36.24%
G=37.63%
B=26.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082161500.0400.310.1567.2745.8371.76
HexD0D896401FF432e48
Octal32033022640371710356110
Binary110100001101100010010110100011111111110000111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D896; }

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

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

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

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

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

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

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

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