#DB8B59

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

Shades of Whiskey Sour #DB8B59

Tints of Whiskey Sour #DB8B59

Color information

#DB8B59 (or 0xDB8B59) is unknown color: approx Whiskey Sour. HEX triplet: DB, 8B and 59. RGB value is (219,139,89). Sum of RGB (Red+Green+Blue) = 219+139+89=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B59 is #2474A6. Grayscale: #9D9D9D. Windows color (decimal): -2389159 or 5868507. OLE color: 5868507.

HSL color Cylindrical-coordinate representation of color #DB8B59: hue angle of 23.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB8B59 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB21913989-
CMYK00.370.590.14
HSL23.08º64.36%60.39%-
HSV(B)23.08º59.36%85.88%-
XYZ40.2534.2513.94-
YUV157.2289.5172.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.99%
GREEN value IS 139 (54.69% from 255) = 31.10%
BLUE value IS 89 (35.16% from 255) = 19.91%
R=48.99%
G=31.10%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191398900.370.590.1423.0864.3660.39
HexDB8B590253BE17403c
Octal33321313104573162710074
Binary1101101110001011101100101001011110111110101111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8B59; }

 p { color: rgb(219,139,89); }

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

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

 a { background-color: rgb(219,139,89); }

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

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

 span { border-color: rgb(219,139,89); }

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