#DD9460

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

Shades of Whiskey Sour #DD9460

Tints of Whiskey Sour #DD9460

Color information

#DD9460 (or 0xDD9460) is unknown color: approx Whiskey Sour. HEX triplet: DD, 94 and 60. RGB value is (221,148,96). Sum of RGB (Red+Green+Blue) = 221+148+96=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9460 is #226B9F. Grayscale: #A4A4A4. Windows color (decimal): -2255776 or 6329565. OLE color: 6329565.

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

Color convert

RGB22114896-
CMYK00.330.570.13
HSL24.96º64.77%62.16%-
HSV(B)24.96º56.56%86.67%-
XYZ42.5237.416.04-
YUV163.989.68168.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.53%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=47.53%
G=31.83%
B=20.65%

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
Decimal2211489600.330.570.1324.9664.7762.16
HexDD946002139D19413e
Octal33522414004171153110176
Binary1101110110010100110000001000011110011101110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9460; }

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

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

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

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

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

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

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

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