Shades of Alto #D5BFBF
Tints of Alto #D5BFBF
RGB
CMYK
RGB Variations
Color information
#D5BFBF (or 0xD5BFBF) is known color: Alto. HEX triplet: D5, BF and BF. RGB value is (213,191,191). Sum of RGB (Red+Green+Blue) = 213+191+191=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFBF is #2A4040. Grayscale: #C5C5C5. Windows color (decimal): -2768961 or 12566485. OLE color: 12566485.
HSL color Cylindrical-coordinate representation of color #D5BFBF: hue angle of 0º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5BFBF is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 191 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.16 |
| HSL | 0º | 0.21% | 0.79% | - |
| HSV(B) | 0º | 0.1% | 0.84% | - |
| XYZ | 55.48 | 55.17 | 57.02 | - |
| YUV | 197.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 191 | 0 | 0.10 | 0.10 | 0.16 | 0 | 0.21 | 0.79 |
| Hex | D5 | BF | BF | 0 | A | A | 10 | 0 | 15 | 4F |
| Octal | 325 | 277 | 277 | 0 | 12 | 12 | 20 | 0 | 25 | 117 |
| Binary | 11010101 | 10111111 | 10111111 | 0 | 1010 | 1010 | 10000 | 0 | 10101 | 1001111 |
Color Harmonies of #D5BFBF
Complementary color
Monochromatic Colors of #D5BFBF
Black with #D5BFBF
Text Example
Text Example
White with #D5BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BFBF; }
p { color: rgb(213,191,191); }
H1.HeaderClassName
{
color: #D5BFBF;
}
.AnyTagClassName
{
color: #D5BFBF;
}
</style>
background-color css
<style>
a { background-color: #D5BFBF; }
a { background-color: rgb(213,191,191); }
div.DivClassName
{
background-color: #D5BFBF;
}
.BgClassName
{
background-color: #D5BFBF;
}
</style>
border-color css
<style>
span { border-color: #D5BFBF; }
span { border-color: rgb(213,191,191); }
td.TdClassName
{
border-color: #D5BFBF;
}
.TagClassName
{
border-color: #D5BFBF;
}
</style>