#DD9054

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

Shades of Whiskey Sour #DD9054

Tints of Whiskey Sour #DD9054

Color information

#DD9054 (or 0xDD9054) is unknown color: approx Whiskey Sour. HEX triplet: DD, 90 and 54. RGB value is (221,144,84). Sum of RGB (Red+Green+Blue) = 221+144+84=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9054 is #226FAB. Grayscale: #A0A0A0. Windows color (decimal): -2256812 or 5542109. OLE color: 5542109.

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

Color convert

RGB22114484-
CMYK00.350.620.13
HSL26.28º66.83%59.8%-
HSV(B)26.28º61.99%86.67%-
XYZ41.3935.9613.15-
YUV160.1885.01171.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.22%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 84 (33.20% from 255) = 18.71%
R=49.22%
G=32.07%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211448400.350.620.1326.2866.8359.8
HexDD90540233ED1a433c
Octal33522012404376153210374
Binary1101110110010000101010001000111111101101110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9054; }

 p { color: rgb(221,144,84); }

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

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

 a { background-color: rgb(221,144,84); }

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

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

 span { border-color: rgb(221,144,84); }

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