#DD8E56

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

Shades of Whiskey Sour #DD8E56

Tints of Whiskey Sour #DD8E56

Color information

#DD8E56 (or 0xDD8E56) is unknown color: approx Whiskey Sour. HEX triplet: DD, 8E and 56. RGB value is (221,142,86). Sum of RGB (Red+Green+Blue) = 221+142+86=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8E56 is #2271A9. Grayscale: #9F9F9F. Windows color (decimal): -2257322 or 5672669. OLE color: 5672669.

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

Color convert

RGB22114286-
CMYK00.360.610.13
HSL24.89º66.5%60.2%-
HSV(B)24.89º61.09%86.67%-
XYZ41.1735.3913.47-
YUV159.2486.67172.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.22%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 86 (33.98% from 255) = 19.15%
R=49.22%
G=31.63%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211428600.360.610.1324.8966.560.2
HexDD8E560243DD19433c
Octal33521612604475153110374
Binary1101110110001110101011001001001111011101110011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8E56; }

 p { color: rgb(221,142,86); }

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

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

 a { background-color: rgb(221,142,86); }

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

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

 span { border-color: rgb(221,142,86); }

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