#D0C48C

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

Shades of Winter Hazel #D0C48C

Tints of Winter Hazel #D0C48C

Color information

#D0C48C (or 0xD0C48C) is unknown color: approx Winter Hazel. HEX triplet: D0, C4 and 8C. RGB value is (208,196,140). Sum of RGB (Red+Green+Blue) = 208+196+140=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C48C is #2F3B73. Grayscale: #C1C1C1. Windows color (decimal): -3095412 or 9225424. OLE color: 9225424.

HSL color Cylindrical-coordinate representation of color #D0C48C: hue angle of 49.41º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0C48C is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB208196140-
CMYK00.060.330.18
HSL49.41º41.98%68.24%-
HSV(B)49.41º32.69%81.57%-
XYZ50.4954.7832.72-
YUV193.297.98138.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 196 (76.95% from 255) = 36.03%
BLUE value IS 140 (55.08% from 255) = 25.74%
R=38.24%
G=36.03%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819614000.060.330.1849.4141.9868.24
HexD0C48C062112312a44
Octal3203042140641226152104
Binary1101000011000100100011000110100001100101100011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C48C; }

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

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

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

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

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

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

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

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