Html Css Color HEX #DC8654 Whiskey Sour

📋 copy color: '#DC8654'

red 220 ◦ green 134 ◦ blue 84

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

Shades of Whiskey Sour #DC8654

Tints of Whiskey Sour #DC8654

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.59%

 BLUE value IS 84 (33.2% from 255) = 19.18%

R = 50.23%
G = 30.59%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC8654 (or 0xDC8654) is known color: Whiskey Sour. HEX triplet: DC, 86 and 54. RGB value is (220,134,84). Sum of RGB (Red+Green+Blue) = 220+134+84=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8654 is #2379AB. Grayscale: #9A9A9A. Windows color (decimal): -2324908 or 5539548. OLE color: 5539548.

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

Color convert

RGB 220 134 84 -
CMYK 0 0.39 0.62 0.14
HSL 22.06º 0.66% 0.6% -
HSV(B) 22.06º 0.62% 0.86% -
XYZ 39.64 32.91 12.65 -
YUV 154.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 220 134 84 0 0.39 0.62 0.14 22.06 0.66 0.6
Hex DC 86 54 0 27 3E E 16 42 3C
Octal 334 206 124 0 47 76 16 26 102 74
Binary 11011100 10000110 1010100 0 100111 111110 1110 10110 1000010 111100

Color Harmonies of #DC8654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8654

Black with #DC8654

Text Example


Text Example

White with #DC8654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8654; }

 p { color: rgb(220,134,84); }

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

background-color css

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

 a { background-color: rgb(220,134,84); }

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

border-color css

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

 span { border-color: rgb(220,134,84); }

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