#DFA9AA

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

Shades of Pale Chestnut #DFA9AA

Tints of Pale Chestnut #DFA9AA

Color information

#DFA9AA (or 0xDFA9AA) is unknown color: approx Pale Chestnut. HEX triplet: DF, A9 and AA. RGB value is (223,169,170). Sum of RGB (Red+Green+Blue) = 223+169+170=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA9AA is #205655. Grayscale: #B9B9B9. Windows color (decimal): -2119254 or 11184607. OLE color: 11184607.

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

Color convert

RGB223169170-
CMYK00.240.240.13
HSL358.89º45.76%76.86%-
HSV(B)358.89º24.22%87.45%-
XYZ51.8846.9744.36-
YUV185.26119.39154.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.68%
GREEN value IS 169 (66.41% from 255) = 30.07%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=39.68%
G=30.07%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316917000.240.240.13358.8945.7676.86
HexDFA9AA01818D1672e4d
Octal337251252030301554756115
Binary1101111110101001101010100110001100011011011001111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA9AA; }

 p { color: rgb(223,169,170); }

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

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

 a { background-color: rgb(223,169,170); }

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

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

 span { border-color: rgb(223,169,170); }

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