Shades of Alto #D6BFBF
Tints of Alto #D6BFBF
RGB
CMYK
RGB Variations
Color information
#D6BFBF (or 0xD6BFBF) is known color: Alto. HEX triplet: D6, BF and BF. RGB value is (214,191,191). Sum of RGB (Red+Green+Blue) = 214+191+191=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFBF is #294040. Grayscale: #C5C5C5. Windows color (decimal): -2703425 or 12566486. OLE color: 12566486.
HSL color Cylindrical-coordinate representation of color #D6BFBF: hue angle of 0º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6BFBF is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 191 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.16 |
| HSL | 0º | 0.22% | 0.79% | - |
| HSV(B) | 0º | 0.11% | 0.84% | - |
| XYZ | 55.77 | 55.32 | 57.03 | - |
| YUV | 197.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 191 | 0 | 0.11 | 0.11 | 0.16 | 0 | 0.22 | 0.79 |
| Hex | D6 | BF | BF | 0 | B | B | 10 | 0 | 16 | 4F |
| Octal | 326 | 277 | 277 | 0 | 13 | 13 | 20 | 0 | 26 | 117 |
| Binary | 11010110 | 10111111 | 10111111 | 0 | 1011 | 1011 | 10000 | 0 | 10110 | 1001111 |
Color Harmonies of #D6BFBF
Complementary color
Monochromatic Colors of #D6BFBF
Black with #D6BFBF
Text Example
Text Example
White with #D6BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFBF; }
p { color: rgb(214,191,191); }
H1.HeaderClassName
{
color: #D6BFBF;
}
.AnyTagClassName
{
color: #D6BFBF;
}
</style>
background-color css
<style>
a { background-color: #D6BFBF; }
a { background-color: rgb(214,191,191); }
div.DivClassName
{
background-color: #D6BFBF;
}
.BgClassName
{
background-color: #D6BFBF;
}
</style>
border-color css
<style>
span { border-color: #D6BFBF; }
span { border-color: rgb(214,191,191); }
td.TdClassName
{
border-color: #D6BFBF;
}
.TagClassName
{
border-color: #D6BFBF;
}
</style>