Shades of Alto #D1BFBF
Tints of Alto #D1BFBF
RGB
CMYK
RGB Variations
Color information
#D1BFBF (or 0xD1BFBF) is known color: Alto. HEX triplet: D1, BF and BF. RGB value is (209,191,191). Sum of RGB (Red+Green+Blue) = 209+191+191=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFBF is #2E4040. Grayscale: #C4C4C4. Windows color (decimal): -3031105 or 12566481. OLE color: 12566481.
HSL color Cylindrical-coordinate representation of color #D1BFBF: hue angle of 0º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1BFBF is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 191 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.18 |
| HSL | 0º | 0.16% | 0.78% | - |
| HSV(B) | 0º | 0.09% | 0.82% | - |
| XYZ | 54.33 | 54.58 | 56.96 | - |
| YUV | 196.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 191 | 0 | 0.09 | 0.09 | 0.18 | 0 | 0.16 | 0.78 |
| Hex | D1 | BF | BF | 0 | 9 | 9 | 12 | 0 | 10 | 4E |
| Octal | 321 | 277 | 277 | 0 | 11 | 11 | 22 | 0 | 20 | 116 |
| Binary | 11010001 | 10111111 | 10111111 | 0 | 1001 | 1001 | 10010 | 0 | 10000 | 1001110 |
Color Harmonies of #D1BFBF
Complementary color
Monochromatic Colors of #D1BFBF
Black with #D1BFBF
Text Example
Text Example
White with #D1BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFBF; }
p { color: rgb(209,191,191); }
H1.HeaderClassName
{
color: #D1BFBF;
}
.AnyTagClassName
{
color: #D1BFBF;
}
</style>
background-color css
<style>
a { background-color: #D1BFBF; }
a { background-color: rgb(209,191,191); }
div.DivClassName
{
background-color: #D1BFBF;
}
.BgClassName
{
background-color: #D1BFBF;
}
</style>
border-color css
<style>
span { border-color: #D1BFBF; }
span { border-color: rgb(209,191,191); }
td.TdClassName
{
border-color: #D1BFBF;
}
.TagClassName
{
border-color: #D1BFBF;
}
</style>