#DDA9AE

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

Shades of Pale Chestnut #DDA9AE

Tints of Pale Chestnut #DDA9AE

Color information

#DDA9AE (or 0xDDA9AE) is unknown color: approx Pale Chestnut. HEX triplet: DD, A9 and AE. RGB value is (221,169,174). Sum of RGB (Red+Green+Blue) = 221+169+174=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA9AE is #225651. Grayscale: #B9B9B9. Windows color (decimal): -2250322 or 11446749. OLE color: 11446749.

HSL color Cylindrical-coordinate representation of color #DDA9AE: hue angle of 354.23º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA9AE is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221169174-
CMYK00.240.210.13
HSL354.23º43.33%76.47%-
HSV(B)354.23º23.53%86.67%-
XYZ51.6546.846.36-
YUV185.12121.73153.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.18%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=39.18%
G=29.96%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116917400.240.210.13354.2343.3376.47
HexDDA9AE01815D1622b4c
Octal335251256030251554253114
Binary1101110110101001101011100110001010111011011000101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA9AE; }

 p { color: rgb(221,169,174); }

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

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

 a { background-color: rgb(221,169,174); }

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

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

 span { border-color: rgb(221,169,174); }

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