#DC9353

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

Shades of Whiskey Sour #DC9353

Tints of Whiskey Sour #DC9353

Color information

#DC9353 (or 0xDC9353) is unknown color: approx Whiskey Sour. HEX triplet: DC, 93 and 53. RGB value is (220,147,83). Sum of RGB (Red+Green+Blue) = 220+147+83=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9353 is #236CAC. Grayscale: #A1A1A1. Windows color (decimal): -2321581 or 5477340. OLE color: 5477340.

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

Color convert

RGB22014783-
CMYK00.330.620.14
HSL28.03º66.18%59.41%-
HSV(B)28.03º62.27%86.27%-
XYZ41.5136.7113.08-
YUV161.5383.68169.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.89%
GREEN value IS 147 (57.81% from 255) = 32.67%
BLUE value IS 83 (32.81% from 255) = 18.44%
R=48.89%
G=32.67%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201478300.330.620.1428.0366.1859.41
HexDC93530213EE1c423b
Octal33422312304176163410273
Binary1101110010010011101001101000011111101110111001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9353; }

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

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

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

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

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

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

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

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