#DC8D5E

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

Shades of Whiskey Sour #DC8D5E

Tints of Whiskey Sour #DC8D5E

Color information

#DC8D5E (or 0xDC8D5E) is unknown color: approx Whiskey Sour. HEX triplet: DC, 8D and 5E. RGB value is (220,141,94). Sum of RGB (Red+Green+Blue) = 220+141+94=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8D5E is #2372A1. Grayscale: #9F9F9F. Windows color (decimal): -2323106 or 6196700. OLE color: 6196700.

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

Color convert

RGB22014194-
CMYK00.360.570.14
HSL22.38º64.29%61.57%-
HSV(B)22.38º57.27%86.27%-
XYZ41.0635.0715.2-
YUV159.2691.17171.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.35%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 94 (37.11% from 255) = 20.66%
R=48.35%
G=30.99%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201419400.360.570.1422.3864.2961.57
HexDC8D5E02439E16403e
Octal33421513604471162610076
Binary1101110010001101101111001001001110011110101101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8D5E; }

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

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

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

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

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

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

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

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