#DC9661

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

Shades of Whiskey Sour #DC9661

Tints of Whiskey Sour #DC9661

Color information

#DC9661 (or 0xDC9661) is unknown color: approx Whiskey Sour. HEX triplet: DC, 96 and 61. RGB value is (220,150,97). Sum of RGB (Red+Green+Blue) = 220+150+97=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9661 is #23699E. Grayscale: #A5A5A5. Windows color (decimal): -2320799 or 6395612. OLE color: 6395612.

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

Color convert

RGB22015097-
CMYK00.320.560.14
HSL25.85º63.73%62.16%-
HSV(B)25.85º55.91%86.27%-
XYZ42.5837.8916.38-
YUV164.8989.69167.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.11%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 97 (38.28% from 255) = 20.77%
R=47.11%
G=32.12%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201509700.320.560.1425.8563.7362.16
HexDC966102038E1a403e
Octal33422614104070163210076
Binary1101110010010110110000101000001110001110110101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9661; }

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

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

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

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

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

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

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

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