Html Css Color HEX #DC8858 Whiskey Sour

📋 copy color: '#DC8858'

red 220 ◦ green 136 ◦ blue 88

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

Shades of Whiskey Sour #DC8858

Tints of Whiskey Sour #DC8858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.82%

R = 49.55%
G = 30.63%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC8858 (or 0xDC8858) is known color: Whiskey Sour. HEX triplet: DC, 88 and 58. RGB value is (220,136,88). Sum of RGB (Red+Green+Blue) = 220+136+88=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8858 is #2377A7. Grayscale: #9B9B9B. Windows color (decimal): -2324392 or 5802204. OLE color: 5802204.

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

Color convert

RGB 220 136 88 -
CMYK 0 0.38 0.6 0.14
HSL 21.82º 0.65% 0.6% -
HSV(B) 21.82º 0.6% 0.86% -
XYZ 40.08 33.53 13.59 -
YUV 155.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 220 136 88 0 0.38 0.6 0.14 21.82 0.65 0.6
Hex DC 88 58 0 26 3C E 16 41 3C
Octal 334 210 130 0 46 74 16 26 101 74
Binary 11011100 10001000 1011000 0 100110 111100 1110 10110 1000001 111100

Color Harmonies of #DC8858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8858

Black with #DC8858

Text Example


Text Example

White with #DC8858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8858; }

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

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

background-color css

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

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

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

border-color css

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

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

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