#D6C67F

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

Shades of Winter Hazel #D6C67F

Tints of Winter Hazel #D6C67F

Color information

#D6C67F (or 0xD6C67F) is unknown color: approx Winter Hazel. HEX triplet: D6, C6 and 7F. RGB value is (214,198,127). Sum of RGB (Red+Green+Blue) = 214+198+127=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C67F is #293980. Grayscale: #C2C2C2. Windows color (decimal): -2701697 or 8373974. OLE color: 8373974.

HSL color Cylindrical-coordinate representation of color #D6C67F: hue angle of 48.97º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6C67F is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB214198127-
CMYK00.070.410.16
HSL48.97º51.48%66.86%-
HSV(B)48.97º40.65%83.92%-
XYZ51.7656.2228.2-
YUV194.6989.8141.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 198 (77.73% from 255) = 36.73%
BLUE value IS 127 (50% from 255) = 23.56%
R=39.70%
G=36.73%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419812700.070.410.1648.9751.4866.86
HexD6C67F072910313343
Octal3263061770751206163103
Binary110101101100011011111110111101001100001100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C67F; }

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

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

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

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

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

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

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

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