Html Css Color HEX #DC8956 Whiskey Sour

📋 copy color: '#DC8956'

red 220 ◦ green 137 ◦ blue 86

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

Shades of Whiskey Sour #DC8956

Tints of Whiskey Sour #DC8956

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.93%

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

R = 49.66%
G = 30.93%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC8956 (or 0xDC8956) is known color: Whiskey Sour. HEX triplet: DC, 89 and 56. RGB value is (220,137,86). Sum of RGB (Red+Green+Blue) = 220+137+86=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8956 is #2376A9. Grayscale: #9C9C9C. Windows color (decimal): -2324138 or 5671388. OLE color: 5671388.

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

Color convert

RGB 220 137 86 -
CMYK 0 0.38 0.61 0.14
HSL 22.84º 0.66% 0.6% -
HSV(B) 22.84º 0.61% 0.86% -
XYZ 40.14 33.78 13.21 -
YUV 156 88.5 173.65 -
System Red Green Blue C M Y K H S L
Decimal 220 137 86 0 0.38 0.61 0.14 22.84 0.66 0.6
Hex DC 89 56 0 26 3D E 17 42 3C
Octal 334 211 126 0 46 75 16 27 102 74
Binary 11011100 10001001 1010110 0 100110 111101 1110 10111 1000010 111100

Color Harmonies of #DC8956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8956

Black with #DC8956

Text Example


Text Example

White with #DC8956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8956; }

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

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

background-color css

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

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

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

border-color css

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

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

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