#D7C47E

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

Shades of Winter Hazel #D7C47E

Tints of Winter Hazel #D7C47E

Color information

#D7C47E (or 0xD7C47E) is unknown color: approx Winter Hazel. HEX triplet: D7, C4 and 7E. RGB value is (215,196,126). Sum of RGB (Red+Green+Blue) = 215+196+126=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C47E is #283B81. Grayscale: #C2C2C2. Windows color (decimal): -2636674 or 8307927. OLE color: 8307927.

HSL color Cylindrical-coordinate representation of color #D7C47E: hue angle of 47.19º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7C47E is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB215196126-
CMYK00.090.410.16
HSL47.19º52.66%66.86%-
HSV(B)47.19º41.4%84.31%-
XYZ51.5355.4327.72-
YUV193.789.79143.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.04%
GREEN value IS 196 (76.95% from 255) = 36.50%
BLUE value IS 126 (49.61% from 255) = 23.46%
R=40.04%
G=36.50%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519612600.090.410.1647.1952.6666.86
HexD7C47E0929102f3543
Octal32730417601151205765103
Binary1101011111000100111111001001101001100001011111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C47E; }

 p { color: rgb(215,196,126); }

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

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

 a { background-color: rgb(215,196,126); }

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

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

 span { border-color: rgb(215,196,126); }

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