#DC9464

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

Shades of Whiskey #DC9464

Tints of Whiskey #DC9464

Color information

#DC9464 (or 0xDC9464) is unknown color: approx Whiskey. HEX triplet: DC, 94 and 64. RGB value is (220,148,100). Sum of RGB (Red+Green+Blue) = 220+148+100=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9464 is #236B9B. Grayscale: #A4A4A4. Windows color (decimal): -2321308 or 6591708. OLE color: 6591708.

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

Color convert

RGB220148100-
CMYK00.330.550.14
HSL24º63.16%62.75%-
HSV(B)24º54.55%86.27%-
XYZ42.4137.3217.02-
YUV164.0691.85167.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.01%
GREEN value IS 148 (58.20% from 255) = 31.62%
BLUE value IS 100 (39.45% from 255) = 21.37%
R=47.01%
G=31.62%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014810000.330.550.142463.1662.75
HexDC946402137E183f3f
Octal3342241440416716307777
Binary110111001001010011001000100001110111111011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9464; }

 p { color: rgb(220,148,100); }

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

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

 a { background-color: rgb(220,148,100); }

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

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

 span { border-color: rgb(220,148,100); }

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