#DC8C55

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

Shades of Whiskey Sour #DC8C55

Tints of Whiskey Sour #DC8C55

Color information

#DC8C55 (or 0xDC8C55) is unknown color: approx Whiskey Sour. HEX triplet: DC, 8C and 55. RGB value is (220,140,85). Sum of RGB (Red+Green+Blue) = 220+140+85=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C55 is #2373AA. Grayscale: #9D9D9D. Windows color (decimal): -2323371 or 5606620. OLE color: 5606620.

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

Color convert

RGB22014085-
CMYK00.360.610.14
HSL24.44º65.85%59.8%-
HSV(B)24.44º61.36%86.27%-
XYZ40.5334.6313.14-
YUV157.6587172.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.44%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 85 (33.59% from 255) = 19.10%
R=49.44%
G=31.46%
B=19.10%

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
Decimal2201408500.360.610.1424.4465.8559.8
HexDC8C550243DE18423c
Octal33421412504475163010274
Binary1101110010001100101010101001001111011110110001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8C55; }

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

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

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

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

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

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

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

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