#d89165

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

Shades of Whiskey #D89165

Tints of Whiskey #D89165

Color information

#D89165 (or 0xD89165) is unknown color: approx Whiskey. HEX triplet: D8, 91 and 65. RGB value is (216,145,101). Sum of RGB (Red+Green+Blue) = 216+145+101=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D89165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89165 is #276E9A. Grayscale: #A1A1A1. Windows color (decimal): -2584219 or 6656472. OLE color: 6656472.

HSL color Cylindrical-coordinate representation of color #D89165: hue angle of 22.96º degrees, saturation: 0.6, 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 #D89165 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB216145101-
CMYK00.330.530.15
HSL22.96º59.59%62.16%-
HSV(B)22.96º53.24%84.71%-
XYZ40.7935.7917.07-
YUV161.2194.02167.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.75%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 101 (39.84% from 255) = 21.86%
R=46.75%
G=31.39%
B=21.86%

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
Decimal21614510100.330.530.1522.9659.5962.16
HexD8916502135F173c3e
Octal3302211450416517277476
Binary110110001001000111001010100001110101111110111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d89165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d89165; }

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

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

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

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

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

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

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

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