Html Css Color HEX #DC8B59 Whiskey Sour

📋 copy color: '#DC8B59'

red 220 ◦ green 139 ◦ blue 89

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

Shades of Whiskey Sour #DC8B59

Tints of Whiskey Sour #DC8B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.87%

R = 49.11%
G = 31.03%
B = 19.87%

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

#DC8B59 (or 0xDC8B59) is known color: Whiskey Sour. HEX triplet: DC, 8B and 59. RGB value is (220,139,89). Sum of RGB (Red+Green+Blue) = 220+139+89=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8B59 is #2374A6. Grayscale: #9D9D9D. Windows color (decimal): -2323623 or 5868508. OLE color: 5868508.

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

Color convert

RGB 220 139 89 -
CMYK 0 0.37 0.60 0.14
HSL 22.9º 0.65% 0.61% -
HSV(B) 22.9º 0.6% 0.86% -
XYZ 40.55 34.4 13.95 -
YUV 157.52 89.34 172.57 -
System Red Green Blue C M Y K H S L
Decimal 220 139 89 0 0.37 0.60 0.14 22.9 0.65 0.61
Hex DC 8B 59 0 25 3C E 17 41 3D
Octal 334 213 131 0 45 74 16 27 101 75
Binary 11011100 10001011 1011001 0 100101 111100 1110 10111 1000001 111101

Color Harmonies of #DC8B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8B59

Black with #DC8B59

Text Example


Text Example

White with #DC8B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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