#DFA6AA

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

Shades of Pale Chestnut #DFA6AA

Tints of Pale Chestnut #DFA6AA

Color information

#DFA6AA (or 0xDFA6AA) is unknown color: approx Pale Chestnut. HEX triplet: DF, A6 and AA. RGB value is (223,166,170). Sum of RGB (Red+Green+Blue) = 223+166+170=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA6AA is #205955. Grayscale: #B7B7B7. Windows color (decimal): -2120022 or 11183839. OLE color: 11183839.

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

Color convert

RGB223166170-
CMYK00.260.240.13
HSL355.79º47.11%76.27%-
HSV(B)355.79º25.56%87.45%-
XYZ51.3245.8644.18-
YUV183.5120.38156.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.89%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=39.89%
G=29.70%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316617000.260.240.13355.7947.1176.27
HexDFA6AA01A18D1642f4c
Octal337246252032301554457114
Binary1101111110100110101010100110101100011011011001001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA6AA; }

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

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

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

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

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

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

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

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