#DFA3AC

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

Shades of Pale Chestnut #DFA3AC

Tints of Pale Chestnut #DFA3AC

Color information

#DFA3AC (or 0xDFA3AC) is unknown color: approx Pale Chestnut. HEX triplet: DF, A3 and AC. RGB value is (223,163,172). Sum of RGB (Red+Green+Blue) = 223+163+172=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA3AC is #205C53. Grayscale: #B5B5B5. Windows color (decimal): -2120788 or 11314143. OLE color: 11314143.

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

Color convert

RGB223163172-
CMYK00.270.230.13
HSL351º48.39%75.69%-
HSV(B)351º26.91%87.45%-
XYZ50.9844.8645-
YUV181.97122.38157.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 163 (64.06% from 255) = 29.21%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=39.96%
G=29.21%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316317200.270.230.1335148.3975.69
HexDFA3AC01B17D15f304c
Octal337243254033271553760114
Binary1101111110100011101011000110111011111011010111111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA3AC; }

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

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

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

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

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

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

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

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