#DB8858

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

Shades of Whiskey Sour #DB8858

Tints of Whiskey Sour #DB8858

Color information

#DB8858 (or 0xDB8858) is unknown color: approx Whiskey Sour. HEX triplet: DB, 88 and 58. RGB value is (219,136,88). Sum of RGB (Red+Green+Blue) = 219+136+88=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8858 is #2477A7. Grayscale: #9B9B9B. Windows color (decimal): -2389928 or 5802203. OLE color: 5802203.

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

Color convert

RGB21913688-
CMYK00.380.600.14
HSL21.98º64.53%60.2%-
HSV(B)21.98º59.82%85.88%-
XYZ39.7833.3713.58-
YUV155.3490173.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.44%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 88 (34.77% from 255) = 19.86%
R=49.44%
G=30.70%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191368800.380.600.1421.9864.5360.2
HexDB88580263CE16413c
Octal33321013004674162610174
Binary1101101110001000101100001001101111001110101101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8858; }

 p { color: rgb(219,136,88); }

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

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

 a { background-color: rgb(219,136,88); }

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

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

 span { border-color: rgb(219,136,88); }

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