Html Css Color HEX #DC8F59 Whiskey Sour

📋 copy color: '#DC8F59'

red 220 ◦ green 143 ◦ blue 89

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

Shades of Whiskey Sour #DC8F59

Tints of Whiskey Sour #DC8F59

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.64%

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

R = 48.67%
G = 31.64%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC8F59 (or 0xDC8F59) is known color: Whiskey Sour. HEX triplet: DC, 8F and 59. RGB value is (220,143,89). Sum of RGB (Red+Green+Blue) = 220+143+89=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F59 is #2370A6. Grayscale: #A0A0A0. Windows color (decimal): -2322599 or 5869532. OLE color: 5869532.

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

Color convert

RGB 220 143 89 -
CMYK 0 0.35 0.60 0.14
HSL 24.73º 0.65% 0.61% -
HSV(B) 24.73º 0.6% 0.86% -
XYZ 41.14 35.58 14.15 -
YUV 159.87 88.01 170.89 -
System Red Green Blue C M Y K H S L
Decimal 220 143 89 0 0.35 0.60 0.14 24.73 0.65 0.61
Hex DC 8F 59 0 23 3C E 19 41 3D
Octal 334 217 131 0 43 74 16 31 101 75
Binary 11011100 10001111 1011001 0 100011 111100 1110 11001 1000001 111101

Color Harmonies of #DC8F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8F59

Black with #DC8F59

Text Example


Text Example

White with #DC8F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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