#DD9561

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

Shades of Whiskey Sour #DD9561

Tints of Whiskey Sour #DD9561

Color information

#DD9561 (or 0xDD9561) is unknown color: approx Whiskey Sour. HEX triplet: DD, 95 and 61. RGB value is (221,149,97). Sum of RGB (Red+Green+Blue) = 221+149+97=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9561 is #226A9E. Grayscale: #A4A4A4. Windows color (decimal): -2255519 or 6395357. OLE color: 6395357.

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

Color convert

RGB22114997-
CMYK00.330.560.13
HSL25.16º64.58%62.35%-
HSV(B)25.16º56.11%86.67%-
XYZ42.7237.7316.34-
YUV164.689.85168.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 149 (58.59% from 255) = 31.91%
BLUE value IS 97 (38.28% from 255) = 20.77%
R=47.32%
G=31.91%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211499700.330.560.1325.1664.5862.35
HexDD956102138D19413e
Octal33522514104170153110176
Binary1101110110010101110000101000011110001101110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9561; }

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

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

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

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

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

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

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

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