#DD8758

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

Shades of Whiskey Sour #DD8758

Tints of Whiskey Sour #DD8758

Color information

#DD8758 (or 0xDD8758) is unknown color: approx Whiskey Sour. HEX triplet: DD, 87 and 58. RGB value is (221,135,88). Sum of RGB (Red+Green+Blue) = 221+135+88=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8758 is #2278A7. Grayscale: #9B9B9B. Windows color (decimal): -2259112 or 5801949. OLE color: 5801949.

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

Color convert

RGB22113588-
CMYK00.390.600.13
HSL21.2º66.17%60.59%-
HSV(B)21.2º60.18%86.67%-
XYZ40.2433.413.56-
YUV155.3689.99174.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 135 (53.12% from 255) = 30.41%
BLUE value IS 88 (34.77% from 255) = 19.82%
R=49.77%
G=30.41%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211358800.390.600.1321.266.1760.59
HexDD87580273CD15423d
Octal33520713004774152510275
Binary1101110110000111101100001001111111001101101011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8758; }

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

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

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

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

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

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

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

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