#DD8F56

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

Shades of Whiskey Sour #DD8F56

Tints of Whiskey Sour #DD8F56

Color information

#DD8F56 (or 0xDD8F56) is unknown color: approx Whiskey Sour. HEX triplet: DD, 8F and 56. RGB value is (221,143,86). Sum of RGB (Red+Green+Blue) = 221+143+86=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F56 is #2270A9. Grayscale: #A0A0A0. Windows color (decimal): -2257066 or 5672925. OLE color: 5672925.

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

Color convert

RGB22114386-
CMYK00.350.610.13
HSL25.33º66.5%60.2%-
HSV(B)25.33º61.09%86.67%-
XYZ41.3235.6913.51-
YUV159.8286.34171.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.11%
GREEN value IS 143 (56.25% from 255) = 31.78%
BLUE value IS 86 (33.98% from 255) = 19.11%
R=49.11%
G=31.78%
B=19.11%

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
Decimal2211438600.350.610.1325.3366.560.2
HexDD8F560233DD19433c
Octal33521712604375153110374
Binary1101110110001111101011001000111111011101110011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8F56; }

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

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

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

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

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

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

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

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