#D0986C

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

Shades of Whiskey #D0986C

Tints of Whiskey #D0986C

Color information

#D0986C (or 0xD0986C) is unknown color: approx Whiskey. HEX triplet: D0, 98 and 6C. RGB value is (208,152,108). Sum of RGB (Red+Green+Blue) = 208+152+108=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0986C is #2F6793. Grayscale: #A3A3A3. Windows color (decimal): -3106708 or 7117008. OLE color: 7117008.

HSL color Cylindrical-coordinate representation of color #D0986C: hue angle of 26.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0986C is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB208152108-
CMYK00.270.480.18
HSL26.4º51.55%61.96%-
HSV(B)26.4º48.08%81.57%-
XYZ39.9536.9519.21-
YUV163.7396.55159.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.44%
GREEN value IS 152 (59.77% from 255) = 32.48%
BLUE value IS 108 (42.58% from 255) = 23.08%
R=44.44%
G=32.48%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815210800.270.480.1826.451.5561.96
HexD0986C01B30121a343e
Octal3202301540336022326476
Binary110100001001100011011000110111100001001011010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0986C; }

 p { color: rgb(208,152,108); }

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

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

 a { background-color: rgb(208,152,108); }

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

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

 span { border-color: rgb(208,152,108); }

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