Html Css Color HEX #DF9160 Whiskey Sour

📋 copy color: '#DF9160'

red 223 ◦ green 145 ◦ blue 96

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

Shades of Whiskey Sour #DF9160

Tints of Whiskey Sour #DF9160

RGB

 RED value IS 223 (87.5% from 255) = 48.06%

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

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

R = 48.06%
G = 31.25%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF9160 (or 0xDF9160) is known color: Whiskey Sour. HEX triplet: DF, 91 and 60. RGB value is (223,145,96). Sum of RGB (Red+Green+Blue) = 223+145+96=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9160 is #206E9F. Grayscale: #A3A3A3. Windows color (decimal): -2125472 or 6328799. OLE color: 6328799.

HSL color Cylindrical-coordinate representation of color #DF9160: hue angle of 23.15º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF9160 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 145 96 -
CMYK 0 0.35 0.57 0.13
HSL 23.15º 0.66% 0.63% -
HSV(B) 23.15º 0.57% 0.87% -
XYZ 42.67 36.78 15.92 -
YUV 162.74 90.34 170.98 -
System Red Green Blue C M Y K H S L
Decimal 223 145 96 0 0.35 0.57 0.13 23.15 0.66 0.63
Hex DF 91 60 0 23 39 D 17 42 3F
Octal 337 221 140 0 43 71 15 27 102 77
Binary 11011111 10010001 1100000 0 100011 111001 1101 10111 1000010 111111

Color Harmonies of #DF9160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9160

Black with #DF9160

Text Example


Text Example

White with #DF9160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9160; }

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

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

background-color css

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

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

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

border-color css

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

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

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