#DD8656

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

Shades of Whiskey Sour #DD8656

Tints of Whiskey Sour #DD8656

Color information

#DD8656 (or 0xDD8656) is unknown color: approx Whiskey Sour. HEX triplet: DD, 86 and 56. RGB value is (221,134,86). Sum of RGB (Red+Green+Blue) = 221+134+86=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8656 is #2279A9. Grayscale: #9A9A9A. Windows color (decimal): -2259370 or 5670621. OLE color: 5670621.

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

Color convert

RGB22113486-
CMYK00.390.610.13
HSL21.33º66.5%60.2%-
HSV(B)21.33º61.09%86.67%-
XYZ40.0233.0913.08-
YUV154.5489.32175.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 86 (33.98% from 255) = 19.50%
R=50.11%
G=30.39%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211348600.390.610.1321.3366.560.2
HexDD86560273DD15433c
Octal33520612604775152510374
Binary1101110110000110101011001001111111011101101011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8656; }

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

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

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

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

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

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

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

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