#D89161

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

Shades of Whiskey #D89161

Tints of Whiskey #D89161

Color information

#D89161 (or 0xD89161) is unknown color: approx Whiskey. HEX triplet: D8, 91 and 61. RGB value is (216,145,97). Sum of RGB (Red+Green+Blue) = 216+145+97=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D89161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89161 is #276E9E. Grayscale: #A1A1A1. Windows color (decimal): -2584223 or 6394328. OLE color: 6394328.

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

Color convert

RGB21614597-
CMYK00.330.550.15
HSL24.2º60.41%61.37%-
HSV(B)24.2º55.09%84.71%-
XYZ40.635.7116.06-
YUV160.7692.02167.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.16%
GREEN value IS 145 (57.03% from 255) = 31.66%
BLUE value IS 97 (38.28% from 255) = 21.18%
R=47.16%
G=31.66%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161459700.330.550.1524.260.4161.37
HexD8916102137F183c3d
Octal3302211410416717307475
Binary110110001001000111000010100001110111111111000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89161; }

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

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

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

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

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

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

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

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