Html Css Color HEX #DC8754 Whiskey Sour

📋 copy color: '#DC8754'

red 220 ◦ green 135 ◦ blue 84

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

Shades of Whiskey Sour #DC8754

Tints of Whiskey Sour #DC8754

RGB

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

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

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

R = 50.11%
G = 30.75%
B = 19.13%

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

#DC8754 (or 0xDC8754) is known color: Whiskey Sour. HEX triplet: DC, 87 and 54. RGB value is (220,135,84). Sum of RGB (Red+Green+Blue) = 220+135+84=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8754 is #2378AB. Grayscale: #9A9A9A. Windows color (decimal): -2324652 or 5539804. OLE color: 5539804.

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

Color convert

RGB 220 135 84 -
CMYK 0 0.39 0.62 0.14
HSL 22.5º 0.66% 0.6% -
HSV(B) 22.5º 0.62% 0.86% -
XYZ 39.78 33.18 12.7 -
YUV 154.6 88.16 174.65 -
System Red Green Blue C M Y K H S L
Decimal 220 135 84 0 0.39 0.62 0.14 22.5 0.66 0.6
Hex DC 87 54 0 27 3E E 16 42 3C
Octal 334 207 124 0 47 76 16 26 102 74
Binary 11011100 10000111 1010100 0 100111 111110 1110 10110 1000010 111100

Color Harmonies of #DC8754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8754

Black with #DC8754

Text Example


Text Example

White with #DC8754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8754; }

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

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

background-color css

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

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

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

border-color css

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

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

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