#D6C680

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

Shades of Winter Hazel #D6C680

Tints of Winter Hazel #D6C680

Color information

#D6C680 (or 0xD6C680) is unknown color: approx Winter Hazel. HEX triplet: D6, C6 and 80. RGB value is (214,198,128). Sum of RGB (Red+Green+Blue) = 214+198+128=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C680 is #29397F. Grayscale: #C3C3C3. Windows color (decimal): -2701696 or 8439510. OLE color: 8439510.

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

Color convert

RGB214198128-
CMYK00.070.400.16
HSL48.84º51.19%67.06%-
HSV(B)48.84º40.19%83.92%-
XYZ51.8256.2428.55-
YUV194.890.3141.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 198 (77.73% from 255) = 36.67%
BLUE value IS 128 (50.39% from 255) = 23.70%
R=39.63%
G=36.67%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419812800.070.400.1648.8451.1967.06
HexD6C680072810313343
Octal3263062000750206163103
Binary1101011011000110100000000111101000100001100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C680; }

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

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

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

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

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

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

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

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