#D1C67F

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

Shades of Winter Hazel #D1C67F

Tints of Winter Hazel #D1C67F

Color information

#D1C67F (or 0xD1C67F) is unknown color: approx Winter Hazel. HEX triplet: D1, C6 and 7F. RGB value is (209,198,127). Sum of RGB (Red+Green+Blue) = 209+198+127=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C67F is #2E3980. Grayscale: #C1C1C1. Windows color (decimal): -3029377 or 8373969. OLE color: 8373969.

HSL color Cylindrical-coordinate representation of color #D1C67F: hue angle of 51.95º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1C67F is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB209198127-
CMYK00.050.390.18
HSL51.95º47.13%65.88%-
HSV(B)51.95º39.23%81.96%-
XYZ50.3255.4828.13-
YUV193.290.64139.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.14%
GREEN value IS 198 (77.73% from 255) = 37.08%
BLUE value IS 127 (50% from 255) = 23.78%
R=39.14%
G=37.08%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919812700.050.390.1851.9547.1365.88
HexD1C67F052712342f42
Octal3213061770547226457102
Binary110100011100011011111110101100111100101101001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C67F; }

 p { color: rgb(209,198,127); }

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

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

 a { background-color: rgb(209,198,127); }

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

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

 span { border-color: rgb(209,198,127); }

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