#D3C775

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

Shades of Winter Hazel #D3C775

Tints of Winter Hazel #D3C775

Color information

#D3C775 (or 0xD3C775) is unknown color: approx Winter Hazel. HEX triplet: D3, C7 and 75. RGB value is (211,199,117). Sum of RGB (Red+Green+Blue) = 211+199+117=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C775 is #2C388A. Grayscale: #C1C1C1. Windows color (decimal): -2898059 or 7718867. OLE color: 7718867.

HSL color Cylindrical-coordinate representation of color #D3C775: hue angle of 52.34º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3C775 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB211199117-
CMYK00.060.450.17
HSL52.34º51.65%64.31%-
HSV(B)52.34º44.55%82.75%-
XYZ50.555.9824.97-
YUV193.2484.98140.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.04%
GREEN value IS 199 (78.12% from 255) = 37.76%
BLUE value IS 117 (46.09% from 255) = 22.20%
R=40.04%
G=37.76%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119911700.060.450.1752.3451.6564.31
HexD3C775062D11343440
Octal3233071650655216464100
Binary110100111100011111101010110101101100011101001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C775; }

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

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

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

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

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

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

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

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