#DF9261

Color #DF9261 Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #DF9261

Tints of Whiskey Sour #DF9261

Color information

#DF9261 (or 0xDF9261) is unknown color: approx Whiskey Sour. HEX triplet: DF, 92 and 61. RGB value is (223,146,97). Sum of RGB (Red+Green+Blue) = 223+146+97=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9261 is #206D9E. Grayscale: #A3A3A3. Windows color (decimal): -2125215 or 6394591. OLE color: 6394591.

HSL color Cylindrical-coordinate representation of color #DF9261: hue angle of 23.33º 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 #DF9261 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22314697-
CMYK00.350.570.13
HSL23.33º66.32%62.75%-
HSV(B)23.33º56.5%87.45%-
XYZ42.8737.1116.21-
YUV163.4490.51170.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.85%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 97 (38.28% from 255) = 20.82%
R=47.85%
G=31.33%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231469700.350.570.1323.3366.3262.75
HexDF926102339D17423f
Octal33722214104371152710277
Binary1101111110010010110000101000111110011101101111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9261; }

 p { color: rgb(223,146,97); }

 H1.HeaderClassName
 {
   color: #DF9261;
 }
 .AnyTagClassName
 {
   color: #DF9261;
 }
</style>
background-color css

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

 a { background-color: rgb(223,146,97); }

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

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

 span { border-color: rgb(223,146,97); }

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