Html Css Color HEX #DC9160 Whiskey Sour

📋 copy color: '#DC9160'

red 220 ◦ green 145 ◦ blue 96

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

Shades of Whiskey Sour #DC9160

Tints of Whiskey Sour #DC9160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.45%

 BLUE value IS 96 (37.89% from 255) = 20.82%

R = 47.72%
G = 31.45%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC9160 (or 0xDC9160) is known color: Whiskey Sour. HEX triplet: DC, 91 and 60. RGB value is (220,145,96). Sum of RGB (Red+Green+Blue) = 220+145+96=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9160 is #236E9F. Grayscale: #A2A2A2. Windows color (decimal): -2322080 or 6328796. OLE color: 6328796.

HSL color Cylindrical-coordinate representation of color #DC9160: hue angle of 23.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC9160 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 145 96 -
CMYK 0 0.34 0.56 0.14
HSL 23.71º 0.64% 0.62% -
HSV(B) 23.71º 0.56% 0.86% -
XYZ 41.75 36.31 15.87 -
YUV 161.84 90.85 169.48 -
System Red Green Blue C M Y K H S L
Decimal 220 145 96 0 0.34 0.56 0.14 23.71 0.64 0.62
Hex DC 91 60 0 22 38 E 18 40 3E
Octal 334 221 140 0 42 70 16 30 100 76
Binary 11011100 10010001 1100000 0 100010 111000 1110 11000 1000000 111110

Color Harmonies of #DC9160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9160

Black with #DC9160

Text Example


Text Example

White with #DC9160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9160; }

 p { color: rgb(220,145,96); }

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

background-color css

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

 a { background-color: rgb(220,145,96); }

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

border-color css

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

 span { border-color: rgb(220,145,96); }

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