#DC8E5E

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

Shades of Whiskey Sour #DC8E5E

Tints of Whiskey Sour #DC8E5E

Color information

#DC8E5E (or 0xDC8E5E) is unknown color: approx Whiskey Sour. HEX triplet: DC, 8E and 5E. RGB value is (220,142,94). Sum of RGB (Red+Green+Blue) = 220+142+94=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8E5E is #2371A1. Grayscale: #A0A0A0. Windows color (decimal): -2322850 or 6196956. OLE color: 6196956.

HSL color Cylindrical-coordinate representation of color #DC8E5E: hue angle of 22.86º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC8E5E is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB22014294-
CMYK00.350.570.14
HSL22.86º64.29%61.57%-
HSV(B)22.86º57.27%86.27%-
XYZ41.2135.3715.24-
YUV159.8590.84170.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.25%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 94 (37.11% from 255) = 20.61%
R=48.25%
G=31.14%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201429400.350.570.1422.8664.2961.57
HexDC8E5E02339E17403e
Octal33421613604371162710076
Binary1101110010001110101111001000111110011110101111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8E5E; }

 p { color: rgb(220,142,94); }

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

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

 a { background-color: rgb(220,142,94); }

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

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

 span { border-color: rgb(220,142,94); }

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