Html Css Color HEX #DC8C56 Whiskey Sour

📋 copy color: '#DC8C56'

red 220 ◦ green 140 ◦ blue 86

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

Shades of Whiskey Sour #DC8C56

Tints of Whiskey Sour #DC8C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.28%

R = 49.33%
G = 31.39%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC8C56 (or 0xDC8C56) is known color: Whiskey Sour. HEX triplet: DC, 8C and 56. RGB value is (220,140,86). Sum of RGB (Red+Green+Blue) = 220+140+86=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8C56 is #2373A9. Grayscale: #9E9E9E. Windows color (decimal): -2323370 or 5672156. OLE color: 5672156.

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

Color convert

RGB 220 140 86 -
CMYK 0 0.36 0.61 0.14
HSL 24.18º 0.66% 0.6% -
HSV(B) 24.18º 0.61% 0.86% -
XYZ 40.57 34.64 13.35 -
YUV 157.76 87.5 172.39 -
System Red Green Blue C M Y K H S L
Decimal 220 140 86 0 0.36 0.61 0.14 24.18 0.66 0.6
Hex DC 8C 56 0 24 3D E 18 42 3C
Octal 334 214 126 0 44 75 16 30 102 74
Binary 11011100 10001100 1010110 0 100100 111101 1110 11000 1000010 111100

Color Harmonies of #DC8C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C56

Black with #DC8C56

Text Example


Text Example

White with #DC8C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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