#DFA6AE

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

Shades of Pale Chestnut #DFA6AE

Tints of Pale Chestnut #DFA6AE

Color information

#DFA6AE (or 0xDFA6AE) is unknown color: approx Pale Chestnut. HEX triplet: DF, A6 and AE. RGB value is (223,166,174). Sum of RGB (Red+Green+Blue) = 223+166+174=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA6AE is #205951. Grayscale: #B7B7B7. Windows color (decimal): -2120018 or 11445983. OLE color: 11445983.

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

Color convert

RGB223166174-
CMYK00.260.220.13
HSL351.58º47.11%76.27%-
HSV(B)351.58º25.56%87.45%-
XYZ51.7146.0246.2-
YUV183.96122.38155.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 166 (65.23% from 255) = 29.48%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=39.61%
G=29.48%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316617400.260.220.13351.5847.1176.27
HexDFA6AE01A16D1602f4c
Octal337246256032261554057114
Binary1101111110100110101011100110101011011011011000001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA6AE; }

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

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

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

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

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

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

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

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