#DD8756

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

Shades of Whiskey Sour #DD8756

Tints of Whiskey Sour #DD8756

Color information

#DD8756 (or 0xDD8756) is unknown color: approx Whiskey Sour. HEX triplet: DD, 87 and 56. RGB value is (221,135,86). Sum of RGB (Red+Green+Blue) = 221+135+86=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8756 is #2278A9. Grayscale: #9B9B9B. Windows color (decimal): -2259114 or 5670877. OLE color: 5670877.

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

Color convert

RGB22113586-
CMYK00.390.610.13
HSL21.78º66.5%60.2%-
HSV(B)21.78º61.09%86.67%-
XYZ40.1633.3713.13-
YUV155.1388.99174.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50%
GREEN value IS 135 (53.12% from 255) = 30.54%
BLUE value IS 86 (33.98% from 255) = 19.46%
R=50%
G=30.54%
B=19.46%

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
Decimal2211358600.390.610.1321.7866.560.2
HexDD87560273DD16433c
Octal33520712604775152610374
Binary1101110110000111101011001001111111011101101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8756; }

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

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

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

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

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

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

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

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