#D1C474

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

Shades of Winter Hazel #D1C474

Tints of Winter Hazel #D1C474

Color information

#D1C474 (or 0xD1C474) is unknown color: approx Winter Hazel. HEX triplet: D1, C4 and 74. RGB value is (209,196,116). Sum of RGB (Red+Green+Blue) = 209+196+116=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C474 is #2E3B8B. Grayscale: #BFBFBF. Windows color (decimal): -3029900 or 7652561. OLE color: 7652561.

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

Color convert

RGB209196116-
CMYK00.060.440.18
HSL51.61º50.27%63.73%-
HSV(B)51.61º44.5%81.96%-
XYZ49.1954.324.41-
YUV190.7785.81141-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.12%
GREEN value IS 196 (76.95% from 255) = 37.62%
BLUE value IS 116 (45.70% from 255) = 22.26%
R=40.12%
G=37.62%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919611600.060.440.1851.6150.2763.73
HexD1C474062C12343240
Octal3213041640654226462100
Binary110100011100010011101000110101100100101101001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C474; }

 p { color: rgb(209,196,116); }

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

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

 a { background-color: rgb(209,196,116); }

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

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

 span { border-color: rgb(209,196,116); }

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