#DB9056

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

Shades of Whiskey Sour #DB9056

Tints of Whiskey Sour #DB9056

Color information

#DB9056 (or 0xDB9056) is unknown color: approx Whiskey Sour. HEX triplet: DB, 90 and 56. RGB value is (219,144,86). Sum of RGB (Red+Green+Blue) = 219+144+86=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9056 is #246FA9. Grayscale: #A0A0A0. Windows color (decimal): -2387882 or 5673179. OLE color: 5673179.

HSL color Cylindrical-coordinate representation of color #DB9056: hue angle of 26.17º 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 #DB9056 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB21914486-
CMYK00.340.610.14
HSL26.17º64.88%59.8%-
HSV(B)26.17º60.73%85.88%-
XYZ40.8735.6813.54-
YUV159.8186.35170.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.78%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 86 (33.98% from 255) = 19.15%
R=48.78%
G=32.07%
B=19.15%

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
Decimal2191448600.340.610.1426.1764.8859.8
HexDB90560223DE1a413c
Octal33322012604275163210174
Binary1101101110010000101011001000101111011110110101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9056; }

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

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

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

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

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

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

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

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