#DC8857

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

Shades of Whiskey Sour #DC8857

Tints of Whiskey Sour #DC8857

Color information

#DC8857 (or 0xDC8857) is unknown color: approx Whiskey Sour. HEX triplet: DC, 88 and 57. RGB value is (220,136,87). Sum of RGB (Red+Green+Blue) = 220+136+87=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 87 (34.38% from 255 or 19.64% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8857 is #2377A8. Grayscale: #9B9B9B. Windows color (decimal): -2324393 or 5736668. OLE color: 5736668.

HSL color Cylindrical-coordinate representation of color #DC8857: hue angle of 22.11º degrees, saturation: 0.66, 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 #DC8857 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB22013687-
CMYK00.380.600.14
HSL22.11º65.52%60.2%-
HSV(B)22.11º60.45%86.27%-
XYZ40.0433.5113.37-
YUV155.5389.33173.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.66%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 87 (34.38% from 255) = 19.64%
R=49.66%
G=30.70%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201368700.380.600.1422.1165.5260.2
HexDC88570263CE16423c
Octal33421012704674162610274
Binary1101110010001000101011101001101111001110101101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8857; }

 p { color: rgb(220,136,87); }

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

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

 a { background-color: rgb(220,136,87); }

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

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

 span { border-color: rgb(220,136,87); }

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