#D9ADB1

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

Shades of Pale Chestnut #D9ADB1

Tints of Pale Chestnut #D9ADB1

Color information

#D9ADB1 (or 0xD9ADB1) is unknown color: approx Pale Chestnut. HEX triplet: D9, AD and B1. RGB value is (217,173,177). Sum of RGB (Red+Green+Blue) = 217+173+177=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADB1 is #26524E. Grayscale: #BABABA. Windows color (decimal): -2511439 or 11644377. OLE color: 11644377.

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

Color convert

RGB217173177-
CMYK00.200.180.15
HSL354.55º36.67%76.47%-
HSV(B)354.55º20.28%85.1%-
XYZ51.4947.8148.11-
YUV186.61122.58149.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.27%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 177 (69.53% from 255) = 31.22%
R=38.27%
G=30.51%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717317700.200.180.15354.5536.6776.47
HexD9ADB101412F163254c
Octal331255261024221754345114
Binary1101100110101101101100010101001001011111011000111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADB1; }

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

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

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

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

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

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

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

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