#DC9360

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

Shades of Whiskey Sour #DC9360

Tints of Whiskey Sour #DC9360

Color information

#DC9360 (or 0xDC9360) is unknown color: approx Whiskey Sour. HEX triplet: DC, 93 and 60. RGB value is (220,147,96). Sum of RGB (Red+Green+Blue) = 220+147+96=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9360 is #236C9F. Grayscale: #A3A3A3. Windows color (decimal): -2321568 or 6329308. OLE color: 6329308.

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

Color convert

RGB22014796-
CMYK00.330.560.14
HSL24.68º63.92%61.96%-
HSV(B)24.68º56.36%86.27%-
XYZ42.0636.9315.98-
YUV163.0190.18168.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.52%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 96 (37.89% from 255) = 20.73%
R=47.52%
G=31.75%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201479600.330.560.1424.6863.9261.96
HexDC936002138E19403e
Octal33422314004170163110076
Binary1101110010010011110000001000011110001110110011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9360; }

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

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

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

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

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

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

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

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