#DD8D55

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

Shades of Whiskey Sour #DD8D55

Tints of Whiskey Sour #DD8D55

Color information

#DD8D55 (or 0xDD8D55) is unknown color: approx Whiskey Sour. HEX triplet: DD, 8D and 55. RGB value is (221,141,85). Sum of RGB (Red+Green+Blue) = 221+141+85=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D55 is #2272AA. Grayscale: #9E9E9E. Windows color (decimal): -2257579 or 5606877. OLE color: 5606877.

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

Color convert

RGB22114185-
CMYK00.360.620.13
HSL24.71º66.67%60%-
HSV(B)24.71º61.54%86.67%-
XYZ40.9835.0813.2-
YUV158.5486.5172.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 141 (55.47% from 255) = 31.54%
BLUE value IS 85 (33.59% from 255) = 19.02%
R=49.44%
G=31.54%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211418500.360.620.1324.7166.6760
HexDD8D550243ED19433c
Octal33521512504476153110374
Binary1101110110001101101010101001001111101101110011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8D55; }

 p { color: rgb(221,141,85); }

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

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

 a { background-color: rgb(221,141,85); }

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

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

 span { border-color: rgb(221,141,85); }

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