#DF9360

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

Shades of Whiskey Sour #DF9360

Tints of Whiskey Sour #DF9360

Color information

#DF9360 (or 0xDF9360) is unknown color: approx Whiskey Sour. HEX triplet: DF, 93 and 60. RGB value is (223,147,96). Sum of RGB (Red+Green+Blue) = 223+147+96=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9360 is #206C9F. Grayscale: #A4A4A4. Windows color (decimal): -2124960 or 6329311. OLE color: 6329311.

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

Color convert

RGB22314796-
CMYK00.340.570.13
HSL24.09º66.49%62.55%-
HSV(B)24.09º56.95%87.45%-
XYZ42.9837.416.02-
YUV163.9189.68170.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.85%
GREEN value IS 147 (57.81% from 255) = 31.55%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=47.85%
G=31.55%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231479600.340.570.1324.0966.4962.55
HexDF936002239D18423f
Octal33722314004271153010277
Binary1101111110010011110000001000101110011101110001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9360; }

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

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

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

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

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

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

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

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