#DFA9AF

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

Shades of Pale Chestnut #DFA9AF

Tints of Pale Chestnut #DFA9AF

Color information

#DFA9AF (or 0xDFA9AF) is unknown color: approx Pale Chestnut. HEX triplet: DF, A9 and AF. RGB value is (223,169,175). Sum of RGB (Red+Green+Blue) = 223+169+175=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA9AF is #205650. Grayscale: #B9B9B9. Windows color (decimal): -2119249 or 11512287. OLE color: 11512287.

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

Color convert

RGB223169175-
CMYK00.240.220.13
HSL353.33º45.76%76.86%-
HSV(B)353.33º24.22%87.45%-
XYZ52.3647.1646.9-
YUV185.83121.89154.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.33%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=39.33%
G=29.81%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316917500.240.220.13353.3345.7676.86
HexDFA9AF01816D1612e4d
Octal337251257030261554156115
Binary1101111110101001101011110110001011011011011000011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA9AF; }

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

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

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

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

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

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

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

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