#DB8D5D

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

Shades of Whiskey Sour #DB8D5D

Tints of Whiskey Sour #DB8D5D

Color information

#DB8D5D (or 0xDB8D5D) is unknown color: approx Whiskey Sour. HEX triplet: DB, 8D and 5D. RGB value is (219,141,93). Sum of RGB (Red+Green+Blue) = 219+141+93=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D5D is #2472A2. Grayscale: #9F9F9F. Windows color (decimal): -2388643 or 6131163. OLE color: 6131163.

HSL color Cylindrical-coordinate representation of color #DB8D5D: hue angle of 22.86º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB8D5D is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB21914193-
CMYK00.360.580.14
HSL22.86º63.64%61.18%-
HSV(B)22.86º57.53%85.88%-
XYZ40.7134.914.95-
YUV158.8590.84170.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.34%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 93 (36.72% from 255) = 20.53%
R=48.34%
G=31.13%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191419300.360.580.1422.8663.6461.18
HexDB8D5D0243AE17403d
Octal33321513504472162710075
Binary1101101110001101101110101001001110101110101111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8D5D; }

 p { color: rgb(219,141,93); }

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

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

 a { background-color: rgb(219,141,93); }

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

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

 span { border-color: rgb(219,141,93); }

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