#DD9565

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

Shades of Whiskey #DD9565

Tints of Whiskey #DD9565

Color information

#DD9565 (or 0xDD9565) is unknown color: approx Whiskey. HEX triplet: DD, 95 and 65. RGB value is (221,149,101). Sum of RGB (Red+Green+Blue) = 221+149+101=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9565 is #226A9A. Grayscale: #A5A5A5. Windows color (decimal): -2255515 or 6657501. OLE color: 6657501.

HSL color Cylindrical-coordinate representation of color #DD9565: hue angle of 24º 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 #DD9565 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB221149101-
CMYK00.330.540.13
HSL24º63.83%63.14%-
HSV(B)24º54.3%86.67%-
XYZ42.9237.8117.35-
YUV165.0691.85167.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 149 (58.59% from 255) = 31.63%
BLUE value IS 101 (39.84% from 255) = 21.44%
R=46.92%
G=31.63%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114910100.330.540.132463.8363.14
HexDD956502136D18403f
Octal33522514504166153010077
Binary1101110110010101110010101000011101101101110001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9565; }

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

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

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

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

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

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

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

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