Shades of Alto #D9C1BD
Tints of Alto #D9C1BD
RGB
CMYK
RGB Variations
Color information
#D9C1BD (or 0xD9C1BD) is known color: Alto. HEX triplet: D9, C1 and BD. RGB value is (217,193,189). Sum of RGB (Red+Green+Blue) = 217+193+189=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C1BD is #263E42. Grayscale: #C7C7C7. Windows color (decimal): -2506307 or 12435929. OLE color: 12435929.
HSL color Cylindrical-coordinate representation of color #D9C1BD: hue angle of 8.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9C1BD is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 189 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.15 |
| HSL | 8.57º | 0.27% | 0.8% | - |
| HSV(B) | 8.57º | 0.13% | 0.85% | - |
| XYZ | 56.87 | 56.57 | 56.07 | - |
| YUV | 199.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 189 | 0 | 0.11 | 0.13 | 0.15 | 8.57 | 0.27 | 0.8 |
| Hex | D9 | C1 | BD | 0 | B | D | F | 9 | 1B | 50 |
| Octal | 331 | 301 | 275 | 0 | 13 | 15 | 17 | 11 | 33 | 120 |
| Binary | 11011001 | 11000001 | 10111101 | 0 | 1011 | 1101 | 1111 | 1001 | 11011 | 1010000 |
Color Harmonies of #D9C1BD
Complementary color
Monochromatic Colors of #D9C1BD
Black with #D9C1BD
Text Example
Text Example
White with #D9C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C1BD; }
p { color: rgb(217,193,189); }
H1.HeaderClassName
{
color: #D9C1BD;
}
.AnyTagClassName
{
color: #D9C1BD;
}
</style>
background-color css
<style>
a { background-color: #D9C1BD; }
a { background-color: rgb(217,193,189); }
div.DivClassName
{
background-color: #D9C1BD;
}
.BgClassName
{
background-color: #D9C1BD;
}
</style>
border-color css
<style>
span { border-color: #D9C1BD; }
span { border-color: rgb(217,193,189); }
td.TdClassName
{
border-color: #D9C1BD;
}
.TagClassName
{
border-color: #D9C1BD;
}
</style>