#DCA8A9

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

Shades of Pale Chestnut #DCA8A9

Tints of Pale Chestnut #DCA8A9

Color information

#DCA8A9 (or 0xDCA8A9) is unknown color: approx Pale Chestnut. HEX triplet: DC, A8 and A9. RGB value is (220,168,169). Sum of RGB (Red+Green+Blue) = 220+168+169=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA8A9 is #235756. Grayscale: #B7B7B7. Windows color (decimal): -2316119 or 11118812. OLE color: 11118812.

HSL color Cylindrical-coordinate representation of color #DCA8A9: hue angle of 358.85º 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 #DCA8A9 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220168169-
CMYK00.240.230.14
HSL358.85º42.62%76.08%-
HSV(B)358.85º23.64%86.27%-
XYZ50.6846.0943.76-
YUV183.66119.73153.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 168 (66.02% from 255) = 30.16%
BLUE value IS 169 (66.41% from 255) = 30.34%
R=39.50%
G=30.16%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016816900.240.230.14358.8542.6276.08
HexDCA8A901817E1672b4c
Octal334250251030271654753114
Binary1101110010101000101010010110001011111101011001111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA8A9; }

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

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

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

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

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

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

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

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