#D2C47F

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

Shades of Winter Hazel #D2C47F

Tints of Winter Hazel #D2C47F

Color information

#D2C47F (or 0xD2C47F) is unknown color: approx Winter Hazel. HEX triplet: D2, C4 and 7F. RGB value is (210,196,127). Sum of RGB (Red+Green+Blue) = 210+196+127=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C47F is #2D3B80. Grayscale: #C0C0C0. Windows color (decimal): -2964353 or 8373458. OLE color: 8373458.

HSL color Cylindrical-coordinate representation of color #D2C47F: hue angle of 49.88º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2C47F is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB210196127-
CMYK00.070.400.18
HSL49.88º47.98%66.08%-
HSV(B)49.88º39.52%82.35%-
XYZ50.1554.7128-
YUV192.3291.14140.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.40%
GREEN value IS 196 (76.95% from 255) = 36.77%
BLUE value IS 127 (50% from 255) = 23.83%
R=39.40%
G=36.77%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019612700.070.400.1849.8847.9866.08
HexD2C47F072812323042
Octal3223041770750226260102
Binary110100101100010011111110111101000100101100101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C47F; }

 p { color: rgb(210,196,127); }

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

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

 a { background-color: rgb(210,196,127); }

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

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

 span { border-color: rgb(210,196,127); }

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