#DFACAF

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

Shades of Pale Chestnut #DFACAF

Tints of Pale Chestnut #DFACAF

Color information

#DFACAF (or 0xDFACAF) is unknown color: approx Pale Chestnut. HEX triplet: DF, AC and AF. RGB value is (223,172,175). Sum of RGB (Red+Green+Blue) = 223+172+175=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFACAF is #205350. Grayscale: #BBBBBB. Windows color (decimal): -2118481 or 11513055. OLE color: 11513055.

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

Color convert

RGB223172175-
CMYK00.230.220.13
HSL356.47º44.35%77.45%-
HSV(B)356.47º22.87%87.45%-
XYZ52.9248.2947.09-
YUV187.59120.9153.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=39.12%
G=30.18%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317217500.230.220.13356.4744.3577.45
HexDFACAF01716D1642c4d
Octal337254257027261554454115
Binary1101111110101100101011110101111011011011011001001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACAF; }

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

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

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

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

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

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

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

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