Html Css Color HEX #DC8657 Whiskey Sour

📋 copy color: '#DC8657'

red 220 ◦ green 134 ◦ blue 87

#DC8657
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #DC8657

Tints of Whiskey Sour #DC8657

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 value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC8657 (or 0xDC8657) is known color: 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

RGB 220 134 87 -
CMYK 0 0.39 0.60 0.14
HSL 21.2º 0.66% 0.6% -
HSV(B) 21.2º 0.6% 0.86% -
XYZ 39.76 32.95 13.28 -
YUV 154.36 89.99 174.82 -
System Red Green Blue C M Y K H S L
Decimal 220 134 87 0 0.39 0.60 0.14 21.2 0.66 0.6
Hex DC 86 57 0 27 3C E 15 42 3C
Octal 334 206 127 0 47 74 16 25 102 74
Binary 11011100 10000110 1010111 0 100111 111100 1110 10101 1000010 111100

Color Harmonies of #DC8657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8657

Black with #DC8657

Text Example


Text Example

White with #DC8657

Text Example


Text Example

HTML Codes & Css Web 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>