Html Css Color HEX #DC8B57 Whiskey Sour

📋 copy color: '#DC8B57'

red 220 ◦ green 139 ◦ blue 87

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

Shades of Whiskey Sour #DC8B57

Tints of Whiskey Sour #DC8B57

RGB

 RED value IS 220 (86.33% from 255) = 49.33%

 GREEN value IS 139 (54.69% from 255) = 31.17%

 BLUE value IS 87 (34.38% from 255) = 19.51%

R = 49.33%
G = 31.17%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC8B57 (or 0xDC8B57) is known color: Whiskey Sour. HEX triplet: DC, 8B and 57. RGB value is (220,139,87). Sum of RGB (Red+Green+Blue) = 220+139+87=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 87 (34.38% from 255 or 19.51% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8B57 is #2374A8. Grayscale: #9D9D9D. Windows color (decimal): -2323625 or 5737436. OLE color: 5737436.

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

Color convert

RGB 220 139 87 -
CMYK 0 0.37 0.60 0.14
HSL 23.46º 0.66% 0.6% -
HSV(B) 23.46º 0.6% 0.86% -
XYZ 40.47 34.37 13.52 -
YUV 157.29 88.34 172.73 -
System Red Green Blue C M Y K H S L
Decimal 220 139 87 0 0.37 0.60 0.14 23.46 0.66 0.6
Hex DC 8B 57 0 25 3C E 17 42 3C
Octal 334 213 127 0 45 74 16 27 102 74
Binary 11011100 10001011 1010111 0 100101 111100 1110 10111 1000010 111100

Color Harmonies of #DC8B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8B57

Black with #DC8B57

Text Example


Text Example

White with #DC8B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8B57; }

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

 H1.HeaderClassName
 {
   color: #DC8B57;
 }
 .AnyTagClassName
 {
   color: #DC8B57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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