#D2C775

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

Shades of Winter Hazel #D2C775

Tints of Winter Hazel #D2C775

Color information

#D2C775 (or 0xD2C775) is unknown color: approx Winter Hazel. HEX triplet: D2, C7 and 75. RGB value is (210,199,117). Sum of RGB (Red+Green+Blue) = 210+199+117=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C775 is #2D388A. Grayscale: #C1C1C1. Windows color (decimal): -2963595 or 7718866. OLE color: 7718866.

HSL color Cylindrical-coordinate representation of color #D2C775: hue angle of 52.9º 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 #D2C775 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB210199117-
CMYK00.050.440.18
HSL52.9º50.82%64.12%-
HSV(B)52.9º44.29%82.35%-
XYZ50.2155.8324.96-
YUV192.9485.14140.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.92%
GREEN value IS 199 (78.12% from 255) = 37.83%
BLUE value IS 117 (46.09% from 255) = 22.24%
R=39.92%
G=37.83%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019911700.050.440.1852.950.8264.12
HexD2C775052C12353340
Octal3223071650554226563100
Binary110100101100011111101010101101100100101101011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C775; }

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

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

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

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

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

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

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

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