#DC8E5D

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

Shades of Whiskey Sour #DC8E5D

Tints of Whiskey Sour #DC8E5D

Color information

#DC8E5D (or 0xDC8E5D) is unknown color: approx Whiskey Sour. HEX triplet: DC, 8E and 5D. RGB value is (220,142,93). Sum of RGB (Red+Green+Blue) = 220+142+93=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8E5D is #2371A2. Grayscale: #A0A0A0. Windows color (decimal): -2322851 or 6131420. OLE color: 6131420.

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

Color convert

RGB22014293-
CMYK00.350.580.14
HSL23.15º64.47%61.37%-
HSV(B)23.15º57.73%86.27%-
XYZ41.1635.3515.01-
YUV159.7490.34170.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.35%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 93 (36.72% from 255) = 20.44%
R=48.35%
G=31.21%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201429300.350.580.1423.1564.4761.37
HexDC8E5D0233AE17403d
Octal33421613504372162710075
Binary1101110010001110101110101000111110101110101111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8E5D; }

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

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

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

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

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

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

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

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