#DB8854

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

Shades of Whiskey Sour #DB8854

Tints of Whiskey Sour #DB8854

Color information

#DB8854 (or 0xDB8854) is unknown color: approx Whiskey Sour. HEX triplet: DB, 88 and 54. RGB value is (219,136,84). Sum of RGB (Red+Green+Blue) = 219+136+84=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8854 is #2477AB. Grayscale: #9B9B9B. Windows color (decimal): -2389932 or 5540059. OLE color: 5540059.

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

Color convert

RGB21913684-
CMYK00.380.620.14
HSL23.11º65.22%59.41%-
HSV(B)23.11º61.64%85.88%-
XYZ39.6233.3112.73-
YUV154.8988173.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.89%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 84 (33.20% from 255) = 19.13%
R=49.89%
G=30.98%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191368400.380.620.1423.1165.2259.41
HexDB88540263EE17413b
Octal33321012404676162710173
Binary1101101110001000101010001001101111101110101111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8854; }

 p { color: rgb(219,136,84); }

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

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

 a { background-color: rgb(219,136,84); }

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

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

 span { border-color: rgb(219,136,84); }

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