#D89166

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

Shades of Whiskey #D89166

Tints of Whiskey #D89166

Color information

#D89166 (or 0xD89166) is unknown color: approx Whiskey. HEX triplet: D8, 91 and 66. RGB value is (216,145,102). Sum of RGB (Red+Green+Blue) = 216+145+102=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D89166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89166 is #276E99. Grayscale: #A1A1A1. Windows color (decimal): -2584218 or 6722008. OLE color: 6722008.

HSL color Cylindrical-coordinate representation of color #D89166: hue angle of 22.63º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D89166 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB216145102-
CMYK00.330.530.15
HSL22.63º59.38%62.35%-
HSV(B)22.63º52.78%84.71%-
XYZ40.8435.8117.33-
YUV161.3394.52167-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.65%
GREEN value IS 145 (57.03% from 255) = 31.32%
BLUE value IS 102 (40.23% from 255) = 22.03%
R=46.65%
G=31.32%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614510200.330.530.1522.6359.3862.35
HexD8916602135F173b3e
Octal3302211460416517277376
Binary110110001001000111001100100001110101111110111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89166; }

 p { color: rgb(216,145,102); }

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

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

 a { background-color: rgb(216,145,102); }

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

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

 span { border-color: rgb(216,145,102); }

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