#D9A9AD

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

Shades of Pale Chestnut #D9A9AD

Tints of Pale Chestnut #D9A9AD

Color information

#D9A9AD (or 0xD9A9AD) is unknown color: approx Pale Chestnut. HEX triplet: D9, A9 and AD. RGB value is (217,169,173). Sum of RGB (Red+Green+Blue) = 217+169+173=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A9AD is #265652. Grayscale: #B7B7B7. Windows color (decimal): -2512467 or 11381209. OLE color: 11381209.

HSL color Cylindrical-coordinate representation of color #D9A9AD: hue angle of 355º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9A9AD is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217169173-
CMYK00.220.200.15
HSL355º38.71%75.69%-
HSV(B)355º22.12%85.1%-
XYZ50.3546.1445.79-
YUV183.81121.9151.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=38.82%
G=30.23%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716917300.220.200.1535538.7175.69
HexD9A9AD01614F163274c
Octal331251255026241754347114
Binary1101100110101001101011010101101010011111011000111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A9AD; }

 p { color: rgb(217,169,173); }

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

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

 a { background-color: rgb(217,169,173); }

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

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

 span { border-color: rgb(217,169,173); }

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