#DC8C5A

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

Shades of Whiskey Sour #DC8C5A

Tints of Whiskey Sour #DC8C5A

Color information

#DC8C5A (or 0xDC8C5A) is unknown color: approx Whiskey Sour. HEX triplet: DC, 8C and 5A. RGB value is (220,140,90). Sum of RGB (Red+Green+Blue) = 220+140+90=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C5A is #2373A5. Grayscale: #9E9E9E. Windows color (decimal): -2323366 or 5934300. OLE color: 5934300.

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

Color convert

RGB22014090-
CMYK00.360.590.14
HSL23.08º65%60.78%-
HSV(B)23.08º59.09%86.27%-
XYZ40.7434.7114.23-
YUV158.2289.5172.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.89%
GREEN value IS 140 (55.08% from 255) = 31.11%
BLUE value IS 90 (35.55% from 255) = 20%
R=48.89%
G=31.11%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201409000.360.590.1423.086560.78
HexDC8C5A0243BE17413d
Octal33421413204473162710175
Binary1101110010001100101101001001001110111110101111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8C5A; }

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

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

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

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

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

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

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

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