#D6C68E

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

Shades of Winter Hazel #D6C68E

Tints of Winter Hazel #D6C68E

Color information

#D6C68E (or 0xD6C68E) is unknown color: approx Winter Hazel. HEX triplet: D6, C6 and 8E. RGB value is (214,198,142). Sum of RGB (Red+Green+Blue) = 214+198+142=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C68E is #293971. Grayscale: #C4C4C4. Windows color (decimal): -2701682 or 9357014. OLE color: 9357014.

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

Color convert

RGB214198142-
CMYK00.070.340.16
HSL46.67º46.75%69.8%-
HSV(B)46.67º33.64%83.92%-
XYZ52.8156.6433.74-
YUV196.497.3140.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.63%
GREEN value IS 198 (77.73% from 255) = 35.74%
BLUE value IS 142 (55.86% from 255) = 25.63%
R=38.63%
G=35.74%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419814200.070.340.1646.6746.7569.8
HexD6C68E0722102f2f46
Octal3263062160742205757106
Binary1101011011000110100011100111100010100001011111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C68E; }

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

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

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

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

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

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

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

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