#D8A9B1

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

Shades of Pale Chestnut #D8A9B1

Tints of Pale Chestnut #D8A9B1

Color information

#D8A9B1 (or 0xD8A9B1) is unknown color: approx Pale Chestnut. HEX triplet: D8, A9 and B1. RGB value is (216,169,177). Sum of RGB (Red+Green+Blue) = 216+169+177=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A9B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A9B1 is #27564E. Grayscale: #B7B7B7. Windows color (decimal): -2577999 or 11643352. OLE color: 11643352.

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

Color convert

RGB216169177-
CMYK00.220.180.15
HSL349.79º37.6%75.49%-
HSV(B)349.79º21.76%84.71%-
XYZ50.4446.1547.84-
YUV183.96124.07150.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 169 (66.41% from 255) = 30.07%
BLUE value IS 177 (69.53% from 255) = 31.49%
R=38.43%
G=30.07%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616917700.220.180.15349.7937.675.49
HexD8A9B101612F15e264b
Octal330251261026221753646113
Binary1101100010101001101100010101101001011111010111101001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A9B1; }

 p { color: rgb(216,169,177); }

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

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

 a { background-color: rgb(216,169,177); }

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

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

 span { border-color: rgb(216,169,177); }

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