#DFA6AD

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

Shades of Pale Chestnut #DFA6AD

Tints of Pale Chestnut #DFA6AD

Color information

#DFA6AD (or 0xDFA6AD) is unknown color: approx Pale Chestnut. HEX triplet: DF, A6 and AD. RGB value is (223,166,173). Sum of RGB (Red+Green+Blue) = 223+166+173=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA6AD is #205952. Grayscale: #B7B7B7. Windows color (decimal): -2120019 or 11380447. OLE color: 11380447.

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

Color convert

RGB223166173-
CMYK00.260.220.13
HSL352.63º47.11%76.27%-
HSV(B)352.63º25.56%87.45%-
XYZ51.6145.9845.69-
YUV183.84121.88155.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.68%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=39.68%
G=29.54%
B=30.78%

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
Decimal22316617300.260.220.13352.6347.1176.27
HexDFA6AD01A16D1612f4c
Octal337246255032261554157114
Binary1101111110100110101011010110101011011011011000011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA6AD; }

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

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

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

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

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

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

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

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