#D2C580

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

Shades of Winter Hazel #D2C580

Tints of Winter Hazel #D2C580

Color information

#D2C580 (or 0xD2C580) is unknown color: approx Winter Hazel. HEX triplet: D2, C5 and 80. RGB value is (210,197,128). Sum of RGB (Red+Green+Blue) = 210+197+128=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C580 is #2D3A7F. Grayscale: #C1C1C1. Windows color (decimal): -2964096 or 8439250. OLE color: 8439250.

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

Color convert

RGB210197128-
CMYK00.060.390.18
HSL50.49º47.67%66.27%-
HSV(B)50.49º39.05%82.35%-
XYZ50.4455.1928.42-
YUV193.0291.31140.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 128 (50.39% from 255) = 23.93%
R=39.25%
G=36.82%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019712800.060.390.1850.4947.6766.27
HexD2C580062712323042
Octal3223052000647226260102
Binary1101001011000101100000000110100111100101100101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C580; }

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

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

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

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

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

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

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

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