#DD904F

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

Shades of Whiskey Sour #DD904F

Tints of Whiskey Sour #DD904F

Color information

#DD904F (or 0xDD904F) is unknown color: approx Whiskey Sour. HEX triplet: DD, 90 and 4F. RGB value is (221,144,79). Sum of RGB (Red+Green+Blue) = 221+144+79=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD904F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD904F is #226FB0. Grayscale: #9F9F9F. Windows color (decimal): -2256817 or 5214429. OLE color: 5214429.

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

Color convert

RGB22114479-
CMYK00.350.640.13
HSL27.46º67.62%58.82%-
HSV(B)27.46º64.25%86.67%-
XYZ41.235.8812.15-
YUV159.6182.51171.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 79 (31.25% from 255) = 17.79%
R=49.77%
G=32.43%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211447900.350.640.1327.4667.6258.82
HexDD904F02340D1b443b
Octal335220117043100153310473
Binary11011101100100001001111010001110000001101110111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD904F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD904F; }

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

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

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

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

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

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

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

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