#db9055

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

Shades of Whiskey Sour #DB9055

Tints of Whiskey Sour #DB9055

Color information

#DB9055 (or 0xDB9055) is unknown color: approx Whiskey Sour. HEX triplet: DB, 90 and 55. RGB value is (219,144,85). Sum of RGB (Red+Green+Blue) = 219+144+85=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9055 is #246FAA. Grayscale: #A0A0A0. Windows color (decimal): -2387883 or 5607643. OLE color: 5607643.

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

Color convert

RGB21914485-
CMYK00.340.610.14
HSL26.42º65.05%59.61%-
HSV(B)26.42º61.19%85.88%-
XYZ40.8335.6613.33-
YUV159.785.85170.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.88%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 85 (33.59% from 255) = 18.97%
R=48.88%
G=32.14%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191448500.340.610.1426.4265.0559.61
HexDB90550223DE1a413c
Octal33322012504275163210174
Binary1101101110010000101010101000101111011110110101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db9055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db9055; }

 p { color: rgb(219,144,85); }

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

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

 a { background-color: rgb(219,144,85); }

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

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

 span { border-color: rgb(219,144,85); }

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