#DB9150

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

Shades of Whiskey Sour #DB9150

Tints of Whiskey Sour #DB9150

Color information

#DB9150 (or 0xDB9150) is unknown color: approx Whiskey Sour. HEX triplet: DB, 91 and 50. RGB value is (219,145,80). Sum of RGB (Red+Green+Blue) = 219+145+80=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9150 is #246EAF. Grayscale: #A0A0A0. Windows color (decimal): -2387632 or 5280219. OLE color: 5280219.

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

Color convert

RGB21914580-
CMYK00.340.630.14
HSL28.06º65.88%58.63%-
HSV(B)28.06º63.47%85.88%-
XYZ40.7935.8912.37-
YUV159.7283.02170.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.32%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 80 (31.64% from 255) = 18.02%
R=49.32%
G=32.66%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191458000.340.630.1428.0665.8858.63
HexDB91500223FE1c423b
Octal33322112004277163410273
Binary1101101110010001101000001000101111111110111001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9150; }

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

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

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

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

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

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

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

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