#DC8B55

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

Shades of Whiskey Sour #DC8B55

Tints of Whiskey Sour #DC8B55

Color information

#DC8B55 (or 0xDC8B55) is unknown color: approx Whiskey Sour. HEX triplet: DC, 8B and 55. RGB value is (220,139,85). Sum of RGB (Red+Green+Blue) = 220+139+85=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8B55 is #2374AA. Grayscale: #9D9D9D. Windows color (decimal): -2323627 or 5606364. OLE color: 5606364.

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

Color convert

RGB22013985-
CMYK00.370.610.14
HSL24º65.85%59.8%-
HSV(B)24º61.36%86.27%-
XYZ40.3934.3413.09-
YUV157.0687.34172.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.55%
GREEN value IS 139 (54.69% from 255) = 31.31%
BLUE value IS 85 (33.59% from 255) = 19.14%
R=49.55%
G=31.31%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201398500.370.610.142465.8559.8
HexDC8B550253DE18423c
Octal33421312504575163010274
Binary1101110010001011101010101001011111011110110001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8B55; }

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

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

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

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

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

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

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

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