Shades of Pale Chestnut #D4A7B0
Tints of Pale Chestnut #D4A7B0
RGB
CMYK
RGB Variations
Color information
#D4A7B0 (or 0xD4A7B0) is known color: Pale Chestnut. HEX triplet: D4, A7 and B0. RGB value is (212,167,176). Sum of RGB (Red+Green+Blue) = 212+167+176=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A7B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A7B0 is #2B584F. Grayscale: #B5B5B5. Windows color (decimal): -2840656 or 11577300. OLE color: 11577300.
HSL color Cylindrical-coordinate representation of color #D4A7B0: hue angle of 348º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A7B0 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 167 | 176 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.17 |
| HSL | 348º | 0.34% | 0.74% | - |
| HSV(B) | 348º | 0.21% | 0.83% | - |
| XYZ | 48.81 | 44.77 | 47.14 | - |
| YUV | 181.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 176 | 0 | 0.21 | 0.17 | 0.17 | 348 | 0.34 | 0.74 |
| Hex | D4 | A7 | B0 | 0 | 15 | 11 | 11 | 15C | 22 | 4A |
| Octal | 324 | 247 | 260 | 0 | 25 | 21 | 21 | 534 | 42 | 112 |
| Binary | 11010100 | 10100111 | 10110000 | 0 | 10101 | 10001 | 10001 | 101011100 | 100010 | 1001010 |
Color Harmonies of #D4A7B0
Complementary color
Monochromatic Colors of #D4A7B0
Black with #D4A7B0
Text Example
Text Example
White with #D4A7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A7B0; }
p { color: rgb(212,167,176); }
H1.HeaderClassName
{
color: #D4A7B0;
}
.AnyTagClassName
{
color: #D4A7B0;
}
</style>
background-color css
<style>
a { background-color: #D4A7B0; }
a { background-color: rgb(212,167,176); }
div.DivClassName
{
background-color: #D4A7B0;
}
.BgClassName
{
background-color: #D4A7B0;
}
</style>
border-color css
<style>
span { border-color: #D4A7B0; }
span { border-color: rgb(212,167,176); }
td.TdClassName
{
border-color: #D4A7B0;
}
.TagClassName
{
border-color: #D4A7B0;
}
</style>