Html Css Color HEX #DC8F60 Whiskey Sour

📋 copy color: '#DC8F60'

red 220 ◦ green 143 ◦ blue 96

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

Shades of Whiskey Sour #DC8F60

Tints of Whiskey Sour #DC8F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.92%

R = 47.93%
G = 31.15%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC8F60 (or 0xDC8F60) is known color: Whiskey Sour. HEX triplet: DC, 8F and 60. RGB value is (220,143,96). Sum of RGB (Red+Green+Blue) = 220+143+96=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F60 is #23709F. Grayscale: #A0A0A0. Windows color (decimal): -2322592 or 6328284. OLE color: 6328284.

HSL color Cylindrical-coordinate representation of color #DC8F60: hue angle of 22.74º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC8F60 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 143 96 -
CMYK 0 0.35 0.56 0.14
HSL 22.74º 0.64% 0.62% -
HSV(B) 22.74º 0.56% 0.86% -
XYZ 41.45 35.71 15.77 -
YUV 160.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 220 143 96 0 0.35 0.56 0.14 22.74 0.64 0.62
Hex DC 8F 60 0 23 38 E 17 40 3E
Octal 334 217 140 0 43 70 16 27 100 76
Binary 11011100 10001111 1100000 0 100011 111000 1110 10111 1000000 111110

Color Harmonies of #DC8F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8F60

Black with #DC8F60

Text Example


Text Example

White with #DC8F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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