#DB8E5C

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

Shades of Whiskey Sour #DB8E5C

Tints of Whiskey Sour #DB8E5C

Color information

#DB8E5C (or 0xDB8E5C) is unknown color: approx Whiskey Sour. HEX triplet: DB, 8E and 5C. RGB value is (219,142,92). Sum of RGB (Red+Green+Blue) = 219+142+92=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E5C is #2471A3. Grayscale: #9F9F9F. Windows color (decimal): -2388388 or 6065883. OLE color: 6065883.

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

Color convert

RGB21914292-
CMYK00.350.580.14
HSL23.62º63.82%60.98%-
HSV(B)23.62º57.99%85.88%-
XYZ40.8235.1814.76-
YUV159.3290.01170.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.34%
GREEN value IS 142 (55.86% from 255) = 31.35%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=48.34%
G=31.35%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191429200.350.580.1423.6263.8260.98
HexDB8E5C0233AE18403d
Octal33321613404372163010075
Binary1101101110001110101110001000111110101110110001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8E5C; }

 p { color: rgb(219,142,92); }

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

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

 a { background-color: rgb(219,142,92); }

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

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

 span { border-color: rgb(219,142,92); }

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