#D4C48E

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

Shades of Winter Hazel #D4C48E

Tints of Winter Hazel #D4C48E

Color information

#D4C48E (or 0xD4C48E) is unknown color: approx Winter Hazel. HEX triplet: D4, C4 and 8E. RGB value is (212,196,142). Sum of RGB (Red+Green+Blue) = 212+196+142=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C48E is #2B3B71. Grayscale: #C2C2C2. Windows color (decimal): -2833266 or 9356500. OLE color: 9356500.

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

Color convert

RGB212196142-
CMYK00.080.330.17
HSL46.29º44.87%69.41%-
HSV(B)46.29º33.02%83.14%-
XYZ51.7755.4333.56-
YUV194.6398.3140.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 196 (76.95% from 255) = 35.64%
BLUE value IS 142 (55.86% from 255) = 25.82%
R=38.55%
G=35.64%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219614200.080.330.1746.2944.8769.41
HexD4C48E0821112e2d45
Octal32430421601041215655105
Binary11010100110001001000111001000100001100011011101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C48E; }

 p { color: rgb(212,196,142); }

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

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

 a { background-color: rgb(212,196,142); }

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

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

 span { border-color: rgb(212,196,142); }

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