#DD9665

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

Shades of Whiskey #DD9665

Tints of Whiskey #DD9665

Color information

#DD9665 (or 0xDD9665) is unknown color: approx Whiskey. HEX triplet: DD, 96 and 65. RGB value is (221,150,101). Sum of RGB (Red+Green+Blue) = 221+150+101=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9665 is #22699A. Grayscale: #A5A5A5. Windows color (decimal): -2255259 or 6657757. OLE color: 6657757.

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

Color convert

RGB221150101-
CMYK00.320.540.13
HSL24.5º63.83%63.14%-
HSV(B)24.5º54.3%86.67%-
XYZ43.0738.1217.4-
YUV165.6491.52167.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 101 (39.84% from 255) = 21.40%
R=46.82%
G=31.78%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115010100.320.540.1324.563.8363.14
HexDD966502036D19403f
Octal33522614504066153110077
Binary1101110110010110110010101000001101101101110011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9665; }

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

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

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

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

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

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

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

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