#DCA3AE

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

Shades of Pale Chestnut #DCA3AE

Tints of Pale Chestnut #DCA3AE

Color information

#DCA3AE (or 0xDCA3AE) is unknown color: approx Pale Chestnut. HEX triplet: DC, A3 and AE. RGB value is (220,163,174). Sum of RGB (Red+Green+Blue) = 220+163+174=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA3AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA3AE is #235C51. Grayscale: #B5B5B5. Windows color (decimal): -2317394 or 11445212. OLE color: 11445212.

HSL color Cylindrical-coordinate representation of color #DCA3AE: hue angle of 348.42º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA3AE is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220163174-
CMYK00.260.210.14
HSL348.42º44.88%75.1%-
HSV(B)348.42º25.91%86.27%-
XYZ50.2544.4745.98-
YUV181.3123.88155.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 163 (64.06% from 255) = 29.26%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=39.50%
G=29.26%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016317400.260.210.14348.4244.8875.1
HexDCA3AE01A15E15c2d4b
Octal334243256032251653455113
Binary1101110010100011101011100110101010111101010111001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA3AE; }

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

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

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

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

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

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

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

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