#DD996A

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

Shades of Whiskey #DD996A

Tints of Whiskey #DD996A

Color information

#DD996A (or 0xDD996A) is unknown color: approx Whiskey. HEX triplet: DD, 99 and 6A. RGB value is (221,153,106). Sum of RGB (Red+Green+Blue) = 221+153+106=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD996A is #226695. Grayscale: #A8A8A8. Windows color (decimal): -2254486 or 6986205. OLE color: 6986205.

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

Color convert

RGB221153106-
CMYK00.310.520.13
HSL24.52º62.84%64.12%-
HSV(B)24.52º52.04%86.67%-
XYZ43.8139.218.89-
YUV167.9793.03165.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 153 (60.16% from 255) = 31.88%
BLUE value IS 106 (41.80% from 255) = 22.08%
R=46.04%
G=31.88%
B=22.08%

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
Decimal22115310600.310.520.1324.5262.8464.12
HexDD996A01F34D193f40
Octal33523115203764153177100
Binary110111011001100111010100111111101001101110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD996A; }

 p { color: rgb(221,153,106); }

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

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

 a { background-color: rgb(221,153,106); }

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

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

 span { border-color: rgb(221,153,106); }

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