#DD8959

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

Shades of Whiskey Sour #DD8959

Tints of Whiskey Sour #DD8959

Color information

#DD8959 (or 0xDD8959) is unknown color: approx Whiskey Sour. HEX triplet: DD, 89 and 59. RGB value is (221,137,89). Sum of RGB (Red+Green+Blue) = 221+137+89=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8959 is #2276A6. Grayscale: #9C9C9C. Windows color (decimal): -2258599 or 5867997. OLE color: 5867997.

HSL color Cylindrical-coordinate representation of color #DD8959: hue angle of 21.82º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD8959 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22113789-
CMYK00.380.600.13
HSL21.82º66%60.78%-
HSV(B)21.82º59.73%86.67%-
XYZ40.5733.9813.87-
YUV156.6489.83173.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 89 (35.16% from 255) = 19.91%
R=49.44%
G=30.65%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211378900.380.600.1321.826660.78
HexDD89590263CD16423d
Octal33521113104674152610275
Binary1101110110001001101100101001101111001101101101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8959; }

 p { color: rgb(221,137,89); }

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

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

 a { background-color: rgb(221,137,89); }

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

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

 span { border-color: rgb(221,137,89); }

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