#D0D297

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

Shades of Deco #D0D297

Tints of Deco #D0D297

Color information

#D0D297 (or 0xD0D297) is unknown color: approx Deco. HEX triplet: D0, D2 and 97. RGB value is (208,210,151). Sum of RGB (Red+Green+Blue) = 208+210+151=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D297 is #2F2D68. Grayscale: #CACACA. Windows color (decimal): -3091817 or 9949904. OLE color: 9949904.

HSL color Cylindrical-coordinate representation of color #D0D297: hue angle of 62.03º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0D297 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208210151-
CMYK0.0100.280.18
HSL62.03º39.6%70.78%-
HSV(B)62.03º28.1%82.35%-
XYZ54.6461.7438.31-
YUV202.6898.84131.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 210 (82.42% from 255) = 36.91%
BLUE value IS 151 (59.38% from 255) = 26.54%
R=36.56%
G=36.91%
B=26.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082101510.0100.280.1862.0339.670.78
HexD0D297101C123e2847
Octal3203222271034227650107
Binary1101000011010010100101111011100100101111101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D297; }

 p { color: rgb(208,210,151); }

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

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

 a { background-color: rgb(208,210,151); }

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

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

 span { border-color: rgb(208,210,151); }

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