Html Css Color HEX #DC8957 Whiskey Sour

📋 copy color: '#DC8957'

red 220 ◦ green 137 ◦ blue 87

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

Shades of Whiskey Sour #DC8957

Tints of Whiskey Sour #DC8957

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.86%

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

R = 49.55%
G = 30.86%
B = 19.59%

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

#DC8957 (or 0xDC8957) is known color: Whiskey Sour. HEX triplet: DC, 89 and 57. RGB value is (220,137,87). Sum of RGB (Red+Green+Blue) = 220+137+87=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8957 is #2376A8. Grayscale: #9C9C9C. Windows color (decimal): -2324137 or 5736924. OLE color: 5736924.

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

Color convert

RGB 220 137 87 -
CMYK 0 0.38 0.60 0.14
HSL 22.56º 0.66% 0.6% -
HSV(B) 22.56º 0.6% 0.86% -
XYZ 40.18 33.8 13.42 -
YUV 156.12 89 173.57 -
System Red Green Blue C M Y K H S L
Decimal 220 137 87 0 0.38 0.60 0.14 22.56 0.66 0.6
Hex DC 89 57 0 26 3C E 17 42 3C
Octal 334 211 127 0 46 74 16 27 102 74
Binary 11011100 10001001 1010111 0 100110 111100 1110 10111 1000010 111100

Color Harmonies of #DC8957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8957

Black with #DC8957

Text Example


Text Example

White with #DC8957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8957; }

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

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

background-color css

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

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

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

border-color css

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

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

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