#D2C57C

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

Shades of Winter Hazel #D2C57C

Tints of Winter Hazel #D2C57C

Color information

#D2C57C (or 0xD2C57C) is unknown color: approx Winter Hazel. HEX triplet: D2, C5 and 7C. RGB value is (210,197,124). Sum of RGB (Red+Green+Blue) = 210+197+124=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C57C is #2D3A83. Grayscale: #C0C0C0. Windows color (decimal): -2964100 or 8177106. OLE color: 8177106.

HSL color Cylindrical-coordinate representation of color #D2C57C: hue angle of 50.93º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2C57C is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB210197124-
CMYK00.060.410.18
HSL50.93º48.86%65.49%-
HSV(B)50.93º40.95%82.35%-
XYZ50.1855.0927.06-
YUV192.5689.31140.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.55%
GREEN value IS 197 (77.34% from 255) = 37.10%
BLUE value IS 124 (48.83% from 255) = 23.35%
R=39.55%
G=37.10%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019712400.060.410.1850.9348.8665.49
HexD2C57C062912333141
Octal3223051740651226361101
Binary110100101100010111111000110101001100101100111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C57C; }

 p { color: rgb(210,197,124); }

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

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

 a { background-color: rgb(210,197,124); }

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

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

 span { border-color: rgb(210,197,124); }

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