#D1C274

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

Shades of Winter Hazel #D1C274

Tints of Winter Hazel #D1C274

Color information

#D1C274 (or 0xD1C274) is unknown color: approx Winter Hazel. HEX triplet: D1, C2 and 74. RGB value is (209,194,116). Sum of RGB (Red+Green+Blue) = 209+194+116=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C274 is #2E3D8B. Grayscale: #BDBDBD. Windows color (decimal): -3030412 or 7652049. OLE color: 7652049.

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

Color convert

RGB209194116-
CMYK00.070.440.18
HSL50.32º50.27%63.73%-
HSV(B)50.32º44.5%81.96%-
XYZ48.7453.424.26-
YUV189.5986.47141.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.27%
GREEN value IS 194 (76.17% from 255) = 37.38%
BLUE value IS 116 (45.70% from 255) = 22.35%
R=40.27%
G=37.38%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919411600.070.440.1850.3250.2763.73
HexD1C274072C12323240
Octal3213021640754226262100
Binary110100011100001011101000111101100100101100101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C274; }

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

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

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

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

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

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

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

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