#DC8E58

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

Shades of Whiskey Sour #DC8E58

Tints of Whiskey Sour #DC8E58

Color information

#DC8E58 (or 0xDC8E58) is unknown color: approx Whiskey Sour. HEX triplet: DC, 8E and 58. RGB value is (220,142,88). Sum of RGB (Red+Green+Blue) = 220+142+88=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8E58 is #2371A7. Grayscale: #9F9F9F. Windows color (decimal): -2322856 or 5803740. OLE color: 5803740.

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

Color convert

RGB22014288-
CMYK00.350.60.14
HSL24.55º65.35%60.39%-
HSV(B)24.55º60%86.27%-
XYZ40.9535.2713.88-
YUV159.1787.84171.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.89%
GREEN value IS 142 (55.86% from 255) = 31.56%
BLUE value IS 88 (34.77% from 255) = 19.56%
R=48.89%
G=31.56%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.6
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201428800.350.60.1424.5565.3560.39
HexDC8E580233CE19413c
Octal33421613004374163110174
Binary1101110010001110101100001000111111001110110011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8E58; }

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

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

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

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

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

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

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

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