#DD9869

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

Shades of Whiskey #DD9869

Tints of Whiskey #DD9869

Color information

#DD9869 (or 0xDD9869) is unknown color: approx Whiskey. HEX triplet: DD, 98 and 69. RGB value is (221,152,105). Sum of RGB (Red+Green+Blue) = 221+152+105=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9869 is #226796. Grayscale: #A7A7A7. Windows color (decimal): -2254743 or 6920413. OLE color: 6920413.

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

Color convert

RGB221152105-
CMYK00.310.520.13
HSL24.31º63.04%63.92%-
HSV(B)24.31º52.49%86.67%-
XYZ43.638.8518.57-
YUV167.2792.86166.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.23%
GREEN value IS 152 (59.77% from 255) = 31.80%
BLUE value IS 105 (41.41% from 255) = 21.97%
R=46.23%
G=31.80%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115210500.310.520.1324.3163.0463.92
HexDD986901F34D183f40
Octal33523015103764153077100
Binary110111011001100011010010111111101001101110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9869; }

 p { color: rgb(221,152,105); }

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

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

 a { background-color: rgb(221,152,105); }

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

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

 span { border-color: rgb(221,152,105); }

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