#DD9661

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

Shades of Whiskey Sour #DD9661

Tints of Whiskey Sour #DD9661

Color information

#DD9661 (or 0xDD9661) is unknown color: approx Whiskey Sour. HEX triplet: DD, 96 and 61. RGB value is (221,150,97). Sum of RGB (Red+Green+Blue) = 221+150+97=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9661 is #22699E. Grayscale: #A5A5A5. Windows color (decimal): -2255263 or 6395613. OLE color: 6395613.

HSL color Cylindrical-coordinate representation of color #DD9661: hue angle of 25.65º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD9661 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22115097-
CMYK00.320.560.13
HSL25.65º64.58%62.35%-
HSV(B)25.65º56.11%86.67%-
XYZ42.8838.0516.39-
YUV165.1989.52167.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.22%
GREEN value IS 150 (58.98% from 255) = 32.05%
BLUE value IS 97 (38.28% from 255) = 20.73%
R=47.22%
G=32.05%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211509700.320.560.1325.6564.5862.35
HexDD966102038D1a413e
Octal33522614104070153210176
Binary1101110110010110110000101000001110001101110101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9661; }

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

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

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

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

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

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

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

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