#D0C490

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

Shades of Winter Hazel #D0C490

Tints of Winter Hazel #D0C490

Color information

#D0C490 (or 0xD0C490) is unknown color: approx Winter Hazel. HEX triplet: D0, C4 and 90. RGB value is (208,196,144). Sum of RGB (Red+Green+Blue) = 208+196+144=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C490 is #2F3B6F. Grayscale: #C1C1C1. Windows color (decimal): -3095408 or 9487568. OLE color: 9487568.

HSL color Cylindrical-coordinate representation of color #D0C490: hue angle of 48.75º 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 #D0C490 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208196144-
CMYK00.060.310.18
HSL48.75º40.51%69.02%-
HSV(B)48.75º30.77%81.57%-
XYZ50.7954.934.31-
YUV193.6699.98138.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.96%
GREEN value IS 196 (76.95% from 255) = 35.77%
BLUE value IS 144 (56.64% from 255) = 26.28%
R=37.96%
G=35.77%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819614400.060.310.1848.7540.5169.02
HexD0C490061F12312945
Octal3203042200637226151105
Binary110100001100010010010000011011111100101100011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C490; }

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

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

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

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

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

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

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

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