#D6C988

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

Shades of Winter Hazel #D6C988

Tints of Winter Hazel #D6C988

Color information

#D6C988 (or 0xD6C988) is unknown color: approx Winter Hazel. HEX triplet: D6, C9 and 88. RGB value is (214,201,136). Sum of RGB (Red+Green+Blue) = 214+201+136=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C988 is #293677. Grayscale: #C5C5C5. Windows color (decimal): -2700920 or 8964566. OLE color: 8964566.

HSL color Cylindrical-coordinate representation of color #D6C988: hue angle of 50º 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 #D6C988 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214201136-
CMYK00.060.360.16
HSL50º48.75%68.63%-
HSV(B)50º36.45%83.92%-
XYZ53.0657.8531.66-
YUV197.4893.31139.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.84%
GREEN value IS 201 (78.91% from 255) = 36.48%
BLUE value IS 136 (53.52% from 255) = 24.68%
R=38.84%
G=36.48%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420113600.060.360.165048.7568.63
HexD6C988062410323145
Octal3263112100644206261105
Binary1101011011001001100010000110100100100001100101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C988; }

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

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

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

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

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

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

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

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