#D0C990

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

Shades of Winter Hazel #D0C990

Tints of Winter Hazel #D0C990

Color information

#D0C990 (or 0xD0C990) is unknown color: approx Winter Hazel. HEX triplet: D0, C9 and 90. RGB value is (208,201,144). Sum of RGB (Red+Green+Blue) = 208+201+144=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C990 is #2F366F. Grayscale: #C4C4C4. Windows color (decimal): -3094128 or 9488848. OLE color: 9488848.

HSL color Cylindrical-coordinate representation of color #D0C990: hue angle of 53.44º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0C990 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208201144-
CMYK00.030.310.18
HSL53.44º40.51%69.02%-
HSV(B)53.44º30.77%81.57%-
XYZ51.9357.234.69-
YUV196.698.32136.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 201 (78.91% from 255) = 36.35%
BLUE value IS 144 (56.64% from 255) = 26.04%
R=37.61%
G=36.35%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820114400.030.310.1853.4440.5169.02
HexD0C990031F12352945
Octal3203112200337226551105
Binary11010000110010011001000001111111100101101011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C990; }

 p { color: rgb(208,201,144); }

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

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

 a { background-color: rgb(208,201,144); }

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

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

 span { border-color: rgb(208,201,144); }

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