#D5C48C

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

Shades of Winter Hazel #D5C48C

Tints of Winter Hazel #D5C48C

Color information

#D5C48C (or 0xD5C48C) is unknown color: approx Winter Hazel. HEX triplet: D5, C4 and 8C. RGB value is (213,196,140). Sum of RGB (Red+Green+Blue) = 213+196+140=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C48C is #2A3B73. Grayscale: #C2C2C2. Windows color (decimal): -2767732 or 9225429. OLE color: 9225429.

HSL color Cylindrical-coordinate representation of color #D5C48C: hue angle of 46.03º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5C48C is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB213196140-
CMYK00.080.340.16
HSL46.03º46.5%69.22%-
HSV(B)46.03º34.27%83.53%-
XYZ51.9155.5232.79-
YUV194.797.13141.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 196 (76.95% from 255) = 35.70%
BLUE value IS 140 (55.08% from 255) = 25.50%
R=38.80%
G=35.70%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319614000.080.340.1646.0346.569.22
HexD5C48C0822102e2e45
Octal32530421401042205656105
Binary11010101110001001000110001000100010100001011101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C48C; }

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

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

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

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

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

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

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

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