#DFA6AC

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

Shades of Pale Chestnut #DFA6AC

Tints of Pale Chestnut #DFA6AC

Color information

#DFA6AC (or 0xDFA6AC) is unknown color: approx Pale Chestnut. HEX triplet: DF, A6 and AC. RGB value is (223,166,172). Sum of RGB (Red+Green+Blue) = 223+166+172=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA6AC is #205953. Grayscale: #B7B7B7. Windows color (decimal): -2120020 or 11314911. OLE color: 11314911.

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

Color convert

RGB223166172-
CMYK00.260.230.13
HSL353.68º47.11%76.27%-
HSV(B)353.68º25.56%87.45%-
XYZ51.5145.9445.18-
YUV183.73121.38156.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 166 (65.23% from 255) = 29.59%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=39.75%
G=29.59%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316617200.260.230.13353.6847.1176.27
HexDFA6AC01A17D1622f4c
Octal337246254032271554257114
Binary1101111110100110101011000110101011111011011000101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA6AC; }

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

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

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

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

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

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

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

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