#DB9353

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

Shades of Whiskey Sour #DB9353

Tints of Whiskey Sour #DB9353

Color information

#DB9353 (or 0xDB9353) is unknown color: approx Whiskey Sour. HEX triplet: DB, 93 and 53. RGB value is (219,147,83). Sum of RGB (Red+Green+Blue) = 219+147+83=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9353 is #246CAC. Grayscale: #A1A1A1. Windows color (decimal): -2387117 or 5477339. OLE color: 5477339.

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

Color convert

RGB21914783-
CMYK00.330.620.14
HSL28.24º65.38%59.22%-
HSV(B)28.24º62.1%85.88%-
XYZ41.2136.5513.07-
YUV161.2383.85169.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.78%
GREEN value IS 147 (57.81% from 255) = 32.74%
BLUE value IS 83 (32.81% from 255) = 18.49%
R=48.78%
G=32.74%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191478300.330.620.1428.2465.3859.22
HexDB93530213EE1c413b
Octal33322312304176163410173
Binary1101101110010011101001101000011111101110111001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9353; }

 p { color: rgb(219,147,83); }

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

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

 a { background-color: rgb(219,147,83); }

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

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

 span { border-color: rgb(219,147,83); }

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