#DD9056

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

Shades of Whiskey Sour #DD9056

Tints of Whiskey Sour #DD9056

Color information

#DD9056 (or 0xDD9056) is unknown color: approx Whiskey Sour. HEX triplet: DD, 90 and 56. RGB value is (221,144,86). Sum of RGB (Red+Green+Blue) = 221+144+86=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9056 is #226FA9. Grayscale: #A0A0A0. Windows color (decimal): -2256810 or 5673181. OLE color: 5673181.

HSL color Cylindrical-coordinate representation of color #DD9056: hue angle of 25.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD9056 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22114486-
CMYK00.350.610.13
HSL25.78º66.5%60.2%-
HSV(B)25.78º61.09%86.67%-
XYZ41.4735.9913.57-
YUV160.4186.01171.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.00%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 86 (33.98% from 255) = 19.07%
R=49.00%
G=31.93%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211448600.350.610.1325.7866.560.2
HexDD90560233DD1a433c
Octal33522012604375153210374
Binary1101110110010000101011001000111111011101110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9056; }

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

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

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

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

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

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

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

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