#dc8657

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

Shades of Whiskey Sour #DC8657

Tints of Whiskey Sour #DC8657

Color information

#DC8657 (or 0xDC8657) is unknown color: approx Whiskey Sour. HEX triplet: DC, 86 and 57. RGB value is (220,134,87). Sum of RGB (Red+Green+Blue) = 220+134+87=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8657 is #2379A8. Grayscale: #9A9A9A. Windows color (decimal): -2324905 or 5736156. OLE color: 5736156.

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

Color convert

RGB22013487-
CMYK00.390.600.14
HSL21.2º65.52%60.2%-
HSV(B)21.2º60.45%86.27%-
XYZ39.7632.9513.28-
YUV154.3689.99174.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.89%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 87 (34.38% from 255) = 19.73%
R=49.89%
G=30.39%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201348700.390.600.1421.265.5260.2
HexDC86570273CE15423c
Octal33420612704774162510274
Binary1101110010000110101011101001111111001110101011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc8657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc8657; }

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

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

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

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

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

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

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

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