#DD8655

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

Shades of Whiskey Sour #DD8655

Tints of Whiskey Sour #DD8655

Color information

#DD8655 (or 0xDD8655) is unknown color: approx Whiskey Sour. HEX triplet: DD, 86 and 55. RGB value is (221,134,85). Sum of RGB (Red+Green+Blue) = 221+134+85=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8655 is #2279AA. Grayscale: #9A9A9A. Windows color (decimal): -2259371 or 5605085. OLE color: 5605085.

HSL color Cylindrical-coordinate representation of color #DD8655: hue angle of 21.62º 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 #DD8655 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22113485-
CMYK00.390.620.13
HSL21.62º66.67%60%-
HSV(B)21.62º61.54%86.67%-
XYZ39.9833.0812.87-
YUV154.4388.82175.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.23%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 85 (33.59% from 255) = 19.32%
R=50.23%
G=30.45%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211348500.390.620.1321.6266.6760
HexDD86550273ED16433c
Octal33520612504776152610374
Binary1101110110000110101010101001111111101101101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8655; }

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

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

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

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

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

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

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

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