#D9AFB0

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

Shades of Pale Chestnut #D9AFB0

Tints of Pale Chestnut #D9AFB0

Color information

#D9AFB0 (or 0xD9AFB0) is unknown color: approx Pale Chestnut. HEX triplet: D9, AF and B0. RGB value is (217,175,176). Sum of RGB (Red+Green+Blue) = 217+175+176=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AFB0 is #26504F. Grayscale: #BBBBBB. Windows color (decimal): -2510928 or 11579353. OLE color: 11579353.

HSL color Cylindrical-coordinate representation of color #D9AFB0: hue angle of 358.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9AFB0 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB217175176-
CMYK00.190.190.15
HSL358.57º35.59%76.86%-
HSV(B)358.57º19.35%85.1%-
XYZ51.7848.5547.72-
YUV187.67121.41148.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 176 (69.14% from 255) = 30.99%
R=38.20%
G=30.81%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717517600.190.190.15358.5735.5976.86
HexD9AFB001313F167244d
Octal331257260023231754744115
Binary1101100110101111101100000100111001111111011001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFB0; }

 p { color: rgb(217,175,176); }

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

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

 a { background-color: rgb(217,175,176); }

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

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

 span { border-color: rgb(217,175,176); }

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