#DCA9B0

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

Shades of Pale Chestnut #DCA9B0

Tints of Pale Chestnut #DCA9B0

Color information

#DCA9B0 (or 0xDCA9B0) is unknown color: approx Pale Chestnut. HEX triplet: DC, A9 and B0. RGB value is (220,169,176). Sum of RGB (Red+Green+Blue) = 220+169+176=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA9B0 is #23564F. Grayscale: #B9B9B9. Windows color (decimal): -2315856 or 11577820. OLE color: 11577820.

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

Color convert

RGB220169176-
CMYK00.230.20.14
HSL351.76º42.15%76.27%-
HSV(B)351.76º23.18%86.27%-
XYZ51.5446.7347.38-
YUV185.05122.9152.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 169 (66.41% from 255) = 29.91%
BLUE value IS 176 (69.14% from 255) = 31.15%
R=38.94%
G=29.91%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016917600.230.20.14351.7642.1576.27
HexDCA9B001714E1602a4c
Octal334251260027241654052114
Binary1101110010101001101100000101111010011101011000001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9B0; }

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

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

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

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

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

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

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

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