#DC8F60

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

Shades of Whiskey Sour #DC8F60

Tints of Whiskey Sour #DC8F60

Color information

#DC8F60 (or 0xDC8F60) is unknown color: approx Whiskey Sour. HEX triplet: DC, 8F and 60. RGB value is (220,143,96). Sum of RGB (Red+Green+Blue) = 220+143+96=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F60 is #23709F. Grayscale: #A0A0A0. Windows color (decimal): -2322592 or 6328284. OLE color: 6328284.

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

Color convert

RGB22014396-
CMYK00.350.560.14
HSL22.74º63.92%61.96%-
HSV(B)22.74º56.36%86.27%-
XYZ41.4535.7115.77-
YUV160.6691.51170.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.93%
GREEN value IS 143 (56.25% from 255) = 31.15%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=47.93%
G=31.15%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201439600.350.560.1422.7463.9261.96
HexDC8F6002338E17403e
Octal33421714004370162710076
Binary1101110010001111110000001000111110001110101111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8F60; }

 p { color: rgb(220,143,96); }

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

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

 a { background-color: rgb(220,143,96); }

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

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

 span { border-color: rgb(220,143,96); }

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