#D3C37E

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

Shades of Winter Hazel #D3C37E

Tints of Winter Hazel #D3C37E

Color information

#D3C37E (or 0xD3C37E) is unknown color: approx Winter Hazel. HEX triplet: D3, C3 and 7E. RGB value is (211,195,126). Sum of RGB (Red+Green+Blue) = 211+195+126=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C37E is #2C3C81. Grayscale: #C0C0C0. Windows color (decimal): -2899074 or 8307667. OLE color: 8307667.

HSL color Cylindrical-coordinate representation of color #D3C37E: hue angle of 48.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3C37E is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB211195126-
CMYK00.080.400.17
HSL48.71º49.13%66.08%-
HSV(B)48.71º40.28%82.75%-
XYZ50.1454.3927.59-
YUV191.9290.8141.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.66%
GREEN value IS 195 (76.56% from 255) = 36.65%
BLUE value IS 126 (49.61% from 255) = 23.68%
R=39.66%
G=36.65%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119512600.080.400.1748.7149.1366.08
HexD3C37E082811313142
Octal32330317601050216161102
Binary1101001111000011111111001000101000100011100011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C37E; }

 p { color: rgb(211,195,126); }

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

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

 a { background-color: rgb(211,195,126); }

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

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

 span { border-color: rgb(211,195,126); }

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