#DFA9AB

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

Shades of Pale Chestnut #DFA9AB

Tints of Pale Chestnut #DFA9AB

Color information

#DFA9AB (or 0xDFA9AB) is unknown color: approx Pale Chestnut. HEX triplet: DF, A9 and AB. RGB value is (223,169,171). Sum of RGB (Red+Green+Blue) = 223+169+171=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA9AB is #205654. Grayscale: #B9B9B9. Windows color (decimal): -2119253 or 11250143. OLE color: 11250143.

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

Color convert

RGB223169171-
CMYK00.240.230.13
HSL357.78º45.76%76.86%-
HSV(B)357.78º24.22%87.45%-
XYZ51.974744.86-
YUV185.37119.89154.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 171 (67.19% from 255) = 30.37%
R=39.61%
G=30.02%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316917100.240.230.13357.7845.7676.86
HexDFA9AB01817D1662e4d
Octal337251253030271554656115
Binary1101111110101001101010110110001011111011011001101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA9AB; }

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

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

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

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

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

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

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

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