Shades of Alto #D8C0BD
Tints of Alto #D8C0BD
RGB
CMYK
RGB Variations
Color information
#D8C0BD (or 0xD8C0BD) is known color: Alto. HEX triplet: D8, C0 and BD. RGB value is (216,192,189). Sum of RGB (Red+Green+Blue) = 216+192+189=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C0BD is #273F42. Grayscale: #C6C6C6. Windows color (decimal): -2572099 or 12435672. OLE color: 12435672.
HSL color Cylindrical-coordinate representation of color #D8C0BD: hue angle of 6.67º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8C0BD is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 189 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.15 |
| HSL | 6.67º | 0.26% | 0.79% | - |
| HSV(B) | 6.67º | 0.13% | 0.85% | - |
| XYZ | 56.35 | 55.97 | 55.98 | - |
| YUV | 198.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 189 | 0 | 0.11 | 0.12 | 0.15 | 6.67 | 0.26 | 0.79 |
| Hex | D8 | C0 | BD | 0 | B | C | F | 7 | 1A | 4F |
| Octal | 330 | 300 | 275 | 0 | 13 | 14 | 17 | 7 | 32 | 117 |
| Binary | 11011000 | 11000000 | 10111101 | 0 | 1011 | 1100 | 1111 | 111 | 11010 | 1001111 |
Color Harmonies of #D8C0BD
Complementary color
Monochromatic Colors of #D8C0BD
Black with #D8C0BD
Text Example
Text Example
White with #D8C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C0BD; }
p { color: rgb(216,192,189); }
H1.HeaderClassName
{
color: #D8C0BD;
}
.AnyTagClassName
{
color: #D8C0BD;
}
</style>
background-color css
<style>
a { background-color: #D8C0BD; }
a { background-color: rgb(216,192,189); }
div.DivClassName
{
background-color: #D8C0BD;
}
.BgClassName
{
background-color: #D8C0BD;
}
</style>
border-color css
<style>
span { border-color: #D8C0BD; }
span { border-color: rgb(216,192,189); }
td.TdClassName
{
border-color: #D8C0BD;
}
.TagClassName
{
border-color: #D8C0BD;
}
</style>