#DFA3AE

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

Shades of Pale Chestnut #DFA3AE

Tints of Pale Chestnut #DFA3AE

Color information

#DFA3AE (or 0xDFA3AE) is unknown color: approx Pale Chestnut. HEX triplet: DF, A3 and AE. RGB value is (223,163,174). Sum of RGB (Red+Green+Blue) = 223+163+174=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA3AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA3AE is #205C51. Grayscale: #B6B6B6. Windows color (decimal): -2120786 or 11445215. OLE color: 11445215.

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

Color convert

RGB223163174-
CMYK00.270.220.13
HSL349º48.39%75.69%-
HSV(B)349º26.91%87.45%-
XYZ51.1744.9446.02-
YUV182.19123.38157.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.82%
GREEN value IS 163 (64.06% from 255) = 29.11%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=39.82%
G=29.11%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316317400.270.220.1334948.3975.69
HexDFA3AE01B16D15d304c
Octal337243256033261553560114
Binary1101111110100011101011100110111011011011010111011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA3AE; }

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

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

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

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

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

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

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

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