Html Css Color HEX #DC8C59 Whiskey Sour

📋 copy color: '#DC8C59'

red 220 ◦ green 140 ◦ blue 89

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

Shades of Whiskey Sour #DC8C59

Tints of Whiskey Sour #DC8C59

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.18%

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

R = 49%
G = 31.18%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC8C59 (or 0xDC8C59) is known color: Whiskey Sour. HEX triplet: DC, 8C and 59. RGB value is (220,140,89). Sum of RGB (Red+Green+Blue) = 220+140+89=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C59 is #2373A6. Grayscale: #9E9E9E. Windows color (decimal): -2323367 or 5868764. OLE color: 5868764.

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

Color convert

RGB 220 140 89 -
CMYK 0 0.36 0.60 0.14
HSL 23.36º 0.65% 0.61% -
HSV(B) 23.36º 0.6% 0.86% -
XYZ 40.7 34.69 14 -
YUV 158.11 89 172.15 -
System Red Green Blue C M Y K H S L
Decimal 220 140 89 0 0.36 0.60 0.14 23.36 0.65 0.61
Hex DC 8C 59 0 24 3C E 17 41 3D
Octal 334 214 131 0 44 74 16 27 101 75
Binary 11011100 10001100 1011001 0 100100 111100 1110 10111 1000001 111101

Color Harmonies of #DC8C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C59

Black with #DC8C59

Text Example


Text Example

White with #DC8C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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