Html Css Color HEX #DC8756 Whiskey Sour

📋 copy color: '#DC8756'

red 220 ◦ green 135 ◦ blue 86

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

Shades of Whiskey Sour #DC8756

Tints of Whiskey Sour #DC8756

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.61%

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

R = 49.89%
G = 30.61%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC8756 (or 0xDC8756) is known color: Whiskey Sour. HEX triplet: DC, 87 and 56. RGB value is (220,135,86). Sum of RGB (Red+Green+Blue) = 220+135+86=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8756 is #2378A9. Grayscale: #9B9B9B. Windows color (decimal): -2324650 or 5670876. OLE color: 5670876.

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

Color convert

RGB 220 135 86 -
CMYK 0 0.39 0.61 0.14
HSL 21.94º 0.66% 0.6% -
HSV(B) 21.94º 0.61% 0.86% -
XYZ 39.86 33.22 13.11 -
YUV 154.83 89.16 174.48 -
System Red Green Blue C M Y K H S L
Decimal 220 135 86 0 0.39 0.61 0.14 21.94 0.66 0.6
Hex DC 87 56 0 27 3D E 16 42 3C
Octal 334 207 126 0 47 75 16 26 102 74
Binary 11011100 10000111 1010110 0 100111 111101 1110 10110 1000010 111100

Color Harmonies of #DC8756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8756

Black with #DC8756

Text Example


Text Example

White with #DC8756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8756; }

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

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

background-color css

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

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

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

border-color css

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

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

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