#DC8D55

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

Shades of Whiskey Sour #DC8D55

Tints of Whiskey Sour #DC8D55

Color information

#DC8D55 (or 0xDC8D55) is unknown color: approx Whiskey Sour. HEX triplet: DC, 8D and 55. RGB value is (220,141,85). Sum of RGB (Red+Green+Blue) = 220+141+85=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D55 is #2372AA. Grayscale: #9E9E9E. Windows color (decimal): -2323115 or 5606876. OLE color: 5606876.

HSL color Cylindrical-coordinate representation of color #DC8D55: hue angle of 24.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC8D55 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB22014185-
CMYK00.360.610.14
HSL24.89º65.85%59.8%-
HSV(B)24.89º61.36%86.27%-
XYZ40.6834.9213.19-
YUV158.2486.67172.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.33%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 85 (33.59% from 255) = 19.06%
R=49.33%
G=31.61%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201418500.360.610.1424.8965.8559.8
HexDC8D550243DE19423c
Octal33421512504475163110274
Binary1101110010001101101010101001001111011110110011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8D55; }

 p { color: rgb(220,141,85); }

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

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

 a { background-color: rgb(220,141,85); }

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

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

 span { border-color: rgb(220,141,85); }

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