Html Css Color HEX #DC8C58 Whiskey Sour

📋 copy color: '#DC8C58'

red 220 ◦ green 140 ◦ blue 88

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

Shades of Whiskey Sour #DC8C58

Tints of Whiskey Sour #DC8C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.64%

R = 49.11%
G = 31.25%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC8C58 (or 0xDC8C58) is known color: Whiskey Sour. HEX triplet: DC, 8C and 58. RGB value is (220,140,88). Sum of RGB (Red+Green+Blue) = 220+140+88=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C58 is #2373A7. Grayscale: #9E9E9E. Windows color (decimal): -2323368 or 5803228. OLE color: 5803228.

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

Color convert

RGB 220 140 88 -
CMYK 0 0.36 0.6 0.14
HSL 23.64º 0.65% 0.6% -
HSV(B) 23.64º 0.6% 0.86% -
XYZ 40.65 34.68 13.78 -
YUV 157.99 88.5 172.23 -
System Red Green Blue C M Y K H S L
Decimal 220 140 88 0 0.36 0.6 0.14 23.64 0.65 0.6
Hex DC 8C 58 0 24 3C E 18 41 3C
Octal 334 214 130 0 44 74 16 30 101 74
Binary 11011100 10001100 1011000 0 100100 111100 1110 11000 1000001 111100

Color Harmonies of #DC8C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C58

Black with #DC8C58

Text Example


Text Example

White with #DC8C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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