Shades of Alto #D1BFBD
Tints of Alto #D1BFBD
RGB
CMYK
RGB Variations
Color information
#D1BFBD (or 0xD1BFBD) is known color: Alto. HEX triplet: D1, BF and BD. RGB value is (209,191,189). Sum of RGB (Red+Green+Blue) = 209+191+189=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFBD is #2E4042. Grayscale: #C4C4C4. Windows color (decimal): -3031107 or 12435409. OLE color: 12435409.
HSL color Cylindrical-coordinate representation of color #D1BFBD: hue angle of 6º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BFBD is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 189 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.18 |
| HSL | 6º | 0.18% | 0.78% | - |
| HSV(B) | 6º | 0.1% | 0.82% | - |
| XYZ | 54.11 | 54.49 | 55.81 | - |
| YUV | 196.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 189 | 0 | 0.09 | 0.10 | 0.18 | 6 | 0.18 | 0.78 |
| Hex | D1 | BF | BD | 0 | 9 | A | 12 | 6 | 12 | 4E |
| Octal | 321 | 277 | 275 | 0 | 11 | 12 | 22 | 6 | 22 | 116 |
| Binary | 11010001 | 10111111 | 10111101 | 0 | 1001 | 1010 | 10010 | 110 | 10010 | 1001110 |
Color Harmonies of #D1BFBD
Complementary color
Monochromatic Colors of #D1BFBD
Black with #D1BFBD
Text Example
Text Example
White with #D1BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFBD; }
p { color: rgb(209,191,189); }
H1.HeaderClassName
{
color: #D1BFBD;
}
.AnyTagClassName
{
color: #D1BFBD;
}
</style>
background-color css
<style>
a { background-color: #D1BFBD; }
a { background-color: rgb(209,191,189); }
div.DivClassName
{
background-color: #D1BFBD;
}
.BgClassName
{
background-color: #D1BFBD;
}
</style>
border-color css
<style>
span { border-color: #D1BFBD; }
span { border-color: rgb(209,191,189); }
td.TdClassName
{
border-color: #D1BFBD;
}
.TagClassName
{
border-color: #D1BFBD;
}
</style>