#DD9560

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

Shades of Whiskey Sour #DD9560

Tints of Whiskey Sour #DD9560

Color information

#DD9560 (or 0xDD9560) is unknown color: approx Whiskey Sour. HEX triplet: DD, 95 and 60. RGB value is (221,149,96). Sum of RGB (Red+Green+Blue) = 221+149+96=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9560 is #226A9F. Grayscale: #A4A4A4. Windows color (decimal): -2255520 or 6329821. OLE color: 6329821.

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

Color convert

RGB22114996-
CMYK00.330.570.13
HSL25.44º64.77%62.16%-
HSV(B)25.44º56.56%86.67%-
XYZ42.6837.7116.1-
YUV164.4989.35168.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=47.42%
G=31.97%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211499600.330.570.1325.4464.7762.16
HexDD956002139D19413e
Octal33522514004171153110176
Binary1101110110010101110000001000011110011101110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9560; }

 p { color: rgb(221,149,96); }

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

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

 a { background-color: rgb(221,149,96); }

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

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

 span { border-color: rgb(221,149,96); }

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