Html Css Color HEX #DC8857 Whiskey Sour

📋 copy color: '#DC8857'

red 220 ◦ green 136 ◦ blue 87

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

Shades of Whiskey Sour #DC8857

Tints of Whiskey Sour #DC8857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.64%

R = 49.66%
G = 30.7%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC8857 (or 0xDC8857) is known color: Whiskey Sour. HEX triplet: DC, 88 and 57. RGB value is (220,136,87). Sum of RGB (Red+Green+Blue) = 220+136+87=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 87 (34.38% from 255 or 19.64% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8857 is #2377A8. Grayscale: #9B9B9B. Windows color (decimal): -2324393 or 5736668. OLE color: 5736668.

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

Color convert

RGB 220 136 87 -
CMYK 0 0.38 0.60 0.14
HSL 22.11º 0.66% 0.6% -
HSV(B) 22.11º 0.6% 0.86% -
XYZ 40.04 33.51 13.37 -
YUV 155.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 220 136 87 0 0.38 0.60 0.14 22.11 0.66 0.6
Hex DC 88 57 0 26 3C E 16 42 3C
Octal 334 210 127 0 46 74 16 26 102 74
Binary 11011100 10001000 1010111 0 100110 111100 1110 10110 1000010 111100

Color Harmonies of #DC8857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8857

Black with #DC8857

Text Example


Text Example

White with #DC8857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8857; }

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

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

background-color css

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

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

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

border-color css

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

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

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