#DB9156

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

Shades of Whiskey Sour #DB9156

Tints of Whiskey Sour #DB9156

Color information

#DB9156 (or 0xDB9156) is unknown color: approx Whiskey Sour. HEX triplet: DB, 91 and 56. RGB value is (219,145,86). Sum of RGB (Red+Green+Blue) = 219+145+86=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9156 is #246EA9. Grayscale: #A0A0A0. Windows color (decimal): -2387626 or 5673435. OLE color: 5673435.

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

Color convert

RGB21914586-
CMYK00.340.610.14
HSL26.62º64.88%59.8%-
HSV(B)26.62º60.73%85.88%-
XYZ41.0235.9813.59-
YUV160.486.02169.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.67%
GREEN value IS 145 (57.03% from 255) = 32.22%
BLUE value IS 86 (33.98% from 255) = 19.11%
R=48.67%
G=32.22%
B=19.11%

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
Decimal2191458600.340.610.1426.6264.8859.8
HexDB91560223DE1b413c
Octal33322112604275163310174
Binary1101101110010001101011001000101111011110110111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9156; }

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

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

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

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

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

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

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

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