#D2C975

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

Shades of Winter Hazel #D2C975

Tints of Winter Hazel #D2C975

Color information

#D2C975 (or 0xD2C975) is unknown color: approx Winter Hazel. HEX triplet: D2, C9 and 75. RGB value is (210,201,117). Sum of RGB (Red+Green+Blue) = 210+201+117=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C975 is #2D368A. Grayscale: #C2C2C2. Windows color (decimal): -2963083 or 7719378. OLE color: 7719378.

HSL color Cylindrical-coordinate representation of color #D2C975: hue angle of 54.19º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2C975 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB210201117-
CMYK00.040.440.18
HSL54.19º50.82%64.12%-
HSV(B)54.19º44.29%82.35%-
XYZ50.6856.7625.11-
YUV194.1184.48139.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 201 (78.91% from 255) = 38.07%
BLUE value IS 117 (46.09% from 255) = 22.16%
R=39.77%
G=38.07%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020111700.040.440.1854.1950.8264.12
HexD2C975042C12363340
Octal3223111650454226663100
Binary110100101100100111101010100101100100101101101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C975; }

 p { color: rgb(210,201,117); }

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

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

 a { background-color: rgb(210,201,117); }

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

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

 span { border-color: rgb(210,201,117); }

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