#D89164

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

Shades of Whiskey #D89164

Tints of Whiskey #D89164

Color information

#D89164 (or 0xD89164) is unknown color: approx Whiskey. HEX triplet: D8, 91 and 64. RGB value is (216,145,100). Sum of RGB (Red+Green+Blue) = 216+145+100=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D89164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89164 is #276E9B. Grayscale: #A1A1A1. Windows color (decimal): -2584220 or 6590936. OLE color: 6590936.

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

Color convert

RGB216145100-
CMYK00.330.540.15
HSL23.28º59.79%61.96%-
HSV(B)23.28º53.7%84.71%-
XYZ40.7435.7716.81-
YUV161.193.52167.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.85%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 100 (39.45% from 255) = 21.69%
R=46.85%
G=31.45%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614510000.330.540.1523.2859.7961.96
HexD8916402136F173c3e
Octal3302211440416617277476
Binary110110001001000111001000100001110110111110111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89164; }

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

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

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

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

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

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

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

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