#D6C788

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

Shades of Winter Hazel #D6C788

Tints of Winter Hazel #D6C788

Color information

#D6C788 (or 0xD6C788) is unknown color: approx Winter Hazel. HEX triplet: D6, C7 and 88. RGB value is (214,199,136). Sum of RGB (Red+Green+Blue) = 214+199+136=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C788 is #293877. Grayscale: #C4C4C4. Windows color (decimal): -2701432 or 8964054. OLE color: 8964054.

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

Color convert

RGB214199136-
CMYK00.070.360.16
HSL48.46º48.75%68.63%-
HSV(B)48.46º36.45%83.92%-
XYZ52.656.9231.51-
YUV196.393.97140.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 199 (78.12% from 255) = 36.25%
BLUE value IS 136 (53.52% from 255) = 24.77%
R=38.98%
G=36.25%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419913600.070.360.1648.4648.7568.63
HexD6C788072410303145
Octal3263072100744206061105
Binary1101011011000111100010000111100100100001100001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C788; }

 p { color: rgb(214,199,136); }

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

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

 a { background-color: rgb(214,199,136); }

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

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

 span { border-color: rgb(214,199,136); }

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