#DCA8AD

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

Shades of Pale Chestnut #DCA8AD

Tints of Pale Chestnut #DCA8AD

Color information

#DCA8AD (or 0xDCA8AD) is unknown color: approx Pale Chestnut. HEX triplet: DC, A8 and AD. RGB value is (220,168,173). Sum of RGB (Red+Green+Blue) = 220+168+173=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA8AD is #235752. Grayscale: #B8B8B8. Windows color (decimal): -2316115 or 11380956. OLE color: 11380956.

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

Color convert

RGB220168173-
CMYK00.240.210.14
HSL354.23º42.62%76.08%-
HSV(B)354.23º23.64%86.27%-
XYZ51.0646.2445.77-
YUV184.12121.73153.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 168 (66.02% from 255) = 29.95%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=39.22%
G=29.95%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016817300.240.210.14354.2342.6276.08
HexDCA8AD01815E1622b4c
Octal334250255030251654253114
Binary1101110010101000101011010110001010111101011000101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA8AD; }

 p { color: rgb(220,168,173); }

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

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

 a { background-color: rgb(220,168,173); }

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

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

 span { border-color: rgb(220,168,173); }

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