#DC9665

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

Shades of Whiskey #DC9665

Tints of Whiskey #DC9665

Color information

#DC9665 (or 0xDC9665) is unknown color: approx Whiskey. HEX triplet: DC, 96 and 65. RGB value is (220,150,101). Sum of RGB (Red+Green+Blue) = 220+150+101=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9665 is #23699A. Grayscale: #A5A5A5. Windows color (decimal): -2320795 or 6657756. OLE color: 6657756.

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

Color convert

RGB220150101-
CMYK00.320.540.14
HSL24.71º62.96%62.94%-
HSV(B)24.71º54.09%86.27%-
XYZ42.7737.9717.39-
YUV165.3491.69166.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 150 (58.98% from 255) = 31.85%
BLUE value IS 101 (39.84% from 255) = 21.44%
R=46.71%
G=31.85%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015010100.320.540.1424.7162.9662.94
HexDC966502036E193f3f
Octal3342261450406616317777
Binary110111001001011011001010100000110110111011001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9665; }

 p { color: rgb(220,150,101); }

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

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

 a { background-color: rgb(220,150,101); }

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

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

 span { border-color: rgb(220,150,101); }

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