#DFA9AD

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

Shades of Pale Chestnut #DFA9AD

Tints of Pale Chestnut #DFA9AD

Color information

#DFA9AD (or 0xDFA9AD) is unknown color: approx Pale Chestnut. HEX triplet: DF, A9 and AD. RGB value is (223,169,173). Sum of RGB (Red+Green+Blue) = 223+169+173=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA9AD is #205652. Grayscale: #B9B9B9. Windows color (decimal): -2119251 or 11381215. OLE color: 11381215.

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

Color convert

RGB223169173-
CMYK00.240.220.13
HSL355.56º45.76%76.86%-
HSV(B)355.56º24.22%87.45%-
XYZ52.1647.0845.87-
YUV185.6120.89154.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 169 (66.41% from 255) = 29.91%
BLUE value IS 173 (67.97% from 255) = 30.62%
R=39.47%
G=29.91%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316917300.240.220.13355.5645.7676.86
HexDFA9AD01816D1642e4d
Octal337251255030261554456115
Binary1101111110101001101011010110001011011011011001001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA9AD; }

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

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

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

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

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

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

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

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