#DFA4AF

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

Shades of Pale Chestnut #DFA4AF

Tints of Pale Chestnut #DFA4AF

Color information

#DFA4AF (or 0xDFA4AF) is unknown color: approx Pale Chestnut. HEX triplet: DF, A4 and AF. RGB value is (223,164,175). Sum of RGB (Red+Green+Blue) = 223+164+175=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA4AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA4AF is #205B50. Grayscale: #B6B6B6. Windows color (decimal): -2120529 or 11511007. OLE color: 11511007.

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

Color convert

RGB223164175-
CMYK00.260.220.13
HSL348.81º47.97%75.88%-
HSV(B)348.81º26.46%87.45%-
XYZ51.4445.3346.6-
YUV182.9123.55156.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.68%
GREEN value IS 164 (64.45% from 255) = 29.18%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=39.68%
G=29.18%
B=31.14%

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
Decimal22316417500.260.220.13348.8147.9775.88
HexDFA4AF01A16D15d304c
Octal337244257032261553560114
Binary1101111110100100101011110110101011011011010111011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA4AF; }

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

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

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

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

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

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

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

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