#DFA8AF

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

Shades of Pale Chestnut #DFA8AF

Tints of Pale Chestnut #DFA8AF

Color information

#DFA8AF (or 0xDFA8AF) is unknown color: approx Pale Chestnut. HEX triplet: DF, A8 and AF. RGB value is (223,168,175). Sum of RGB (Red+Green+Blue) = 223+168+175=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA8AF is #205750. Grayscale: #B9B9B9. Windows color (decimal): -2119505 or 11512031. OLE color: 11512031.

HSL color Cylindrical-coordinate representation of color #DFA8AF: hue angle of 352.36º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFA8AF is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223168175-
CMYK00.250.220.13
HSL352.36º46.22%76.67%-
HSV(B)352.36º24.66%87.45%-
XYZ52.1746.7946.84-
YUV185.24122.22154.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.40%
GREEN value IS 168 (66.02% from 255) = 29.68%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=39.40%
G=29.68%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316817500.250.220.13352.3646.2276.67
HexDFA8AF01916D1602e4d
Octal337250257031261554056115
Binary1101111110101000101011110110011011011011011000001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8AF; }

 p { color: rgb(223,168,175); }

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

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

 a { background-color: rgb(223,168,175); }

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

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

 span { border-color: rgb(223,168,175); }

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