#DFA1AA

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

Shades of Pale Chestnut #DFA1AA

Tints of Pale Chestnut #DFA1AA

Color information

#DFA1AA (or 0xDFA1AA) is unknown color: approx Pale Chestnut. HEX triplet: DF, A1 and AA. RGB value is (223,161,170). Sum of RGB (Red+Green+Blue) = 223+161+170=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA1AA is #205E55. Grayscale: #B4B4B4. Windows color (decimal): -2121302 or 11182559. OLE color: 11182559.

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

Color convert

RGB223161170-
CMYK00.280.240.13
HSL351.29º49.21%75.29%-
HSV(B)351.29º27.8%87.45%-
XYZ50.4344.0843.88-
YUV180.56122.04158.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.25%
GREEN value IS 161 (63.28% from 255) = 29.06%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=40.25%
G=29.06%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316117000.280.240.13351.2949.2175.29
HexDFA1AA01C18D15f314b
Octal337241252034301553761113
Binary1101111110100001101010100111001100011011010111111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA1AA; }

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

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

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

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

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

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

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

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