Html Css Color HEX #DC8854 Whiskey Sour

📋 copy color: '#DC8854'

red 220 ◦ green 136 ◦ blue 84

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

Shades of Whiskey Sour #DC8854

Tints of Whiskey Sour #DC8854

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.91%

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

R = 50%
G = 30.91%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC8854 (or 0xDC8854) is known color: Whiskey Sour. HEX triplet: DC, 88 and 54. RGB value is (220,136,84). Sum of RGB (Red+Green+Blue) = 220+136+84=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8854 is #2377AB. Grayscale: #9B9B9B. Windows color (decimal): -2324396 or 5540060. OLE color: 5540060.

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

Color convert

RGB 220 136 84 -
CMYK 0 0.38 0.62 0.14
HSL 22.94º 0.66% 0.6% -
HSV(B) 22.94º 0.62% 0.86% -
XYZ 39.92 33.46 12.74 -
YUV 155.19 87.83 174.23 -
System Red Green Blue C M Y K H S L
Decimal 220 136 84 0 0.38 0.62 0.14 22.94 0.66 0.6
Hex DC 88 54 0 26 3E E 17 42 3C
Octal 334 210 124 0 46 76 16 27 102 74
Binary 11011100 10001000 1010100 0 100110 111110 1110 10111 1000010 111100

Color Harmonies of #DC8854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8854

Black with #DC8854

Text Example


Text Example

White with #DC8854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8854; }

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

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

background-color css

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

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

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

border-color css

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

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

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