#DDA0AA

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

Shades of Pale Chestnut #DDA0AA

Tints of Pale Chestnut #DDA0AA

Color information

#DDA0AA (or 0xDDA0AA) is unknown color: approx Pale Chestnut. HEX triplet: DD, A0 and AA. RGB value is (221,160,170). Sum of RGB (Red+Green+Blue) = 221+160+170=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA0AA is #225F55. Grayscale: #B3B3B3. Windows color (decimal): -2252630 or 11182301. OLE color: 11182301.

HSL color Cylindrical-coordinate representation of color #DDA0AA: hue angle of 350.16º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA0AA is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221160170-
CMYK00.280.230.13
HSL350.16º47.29%74.71%-
HSV(B)350.16º27.6%86.67%-
XYZ49.6543.4243.79-
YUV179.38122.71157.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=40.11%
G=29.04%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116017000.280.230.13350.1647.2974.71
HexDDA0AA01C17D15e2f4b
Octal335240252034271553657113
Binary1101110110100000101010100111001011111011010111101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA0AA; }

 p { color: rgb(221,160,170); }

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

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

 a { background-color: rgb(221,160,170); }

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

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

 span { border-color: rgb(221,160,170); }

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