#DC8F56

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

Shades of Whiskey Sour #DC8F56

Tints of Whiskey Sour #DC8F56

Color information

#DC8F56 (or 0xDC8F56) is unknown color: approx Whiskey Sour. HEX triplet: DC, 8F and 56. RGB value is (220,143,86). Sum of RGB (Red+Green+Blue) = 220+143+86=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F56 is #2370A9. Grayscale: #9F9F9F. Windows color (decimal): -2322602 or 5672924. OLE color: 5672924.

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

Color convert

RGB22014386-
CMYK00.350.610.14
HSL25.52º65.69%60%-
HSV(B)25.52º60.91%86.27%-
XYZ41.0235.5313.5-
YUV159.5286.51171.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.00%
GREEN value IS 143 (56.25% from 255) = 31.85%
BLUE value IS 86 (33.98% from 255) = 19.15%
R=49.00%
G=31.85%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201438600.350.610.1425.5265.6960
HexDC8F560233DE1a423c
Octal33421712604375163210274
Binary1101110010001111101011001000111111011110110101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8F56; }

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

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

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

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

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

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

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

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