#D2C18C

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

Shades of Winter Hazel #D2C18C

Tints of Winter Hazel #D2C18C

Color information

#D2C18C (or 0xD2C18C) is unknown color: approx Winter Hazel. HEX triplet: D2, C1 and 8C. RGB value is (210,193,140). Sum of RGB (Red+Green+Blue) = 210+193+140=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C18C is #2D3E73. Grayscale: #C0C0C0. Windows color (decimal): -2965108 or 9224658. OLE color: 9224658.

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

Color convert

RGB210193140-
CMYK00.080.330.18
HSL45.43º43.75%68.63%-
HSV(B)45.43º33.33%82.35%-
XYZ50.3853.7432.53-
YUV192.0498.63140.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.67%
GREEN value IS 193 (75.78% from 255) = 35.54%
BLUE value IS 140 (55.08% from 255) = 25.78%
R=38.67%
G=35.54%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019314000.080.330.1845.4343.7568.63
HexD2C18C0821122d2c45
Octal32230121401041225554105
Binary11010010110000011000110001000100001100101011011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C18C; }

 p { color: rgb(210,193,140); }

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

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

 a { background-color: rgb(210,193,140); }

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

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

 span { border-color: rgb(210,193,140); }

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