Shades of Alto #D5BFBD
Tints of Alto #D5BFBD
RGB
CMYK
RGB Variations
Color information
#D5BFBD (or 0xD5BFBD) is known color: Alto. HEX triplet: D5, BF and BD. RGB value is (213,191,189). Sum of RGB (Red+Green+Blue) = 213+191+189=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFBD is #2A4042. Grayscale: #C5C5C5. Windows color (decimal): -2768963 or 12435413. OLE color: 12435413.
HSL color Cylindrical-coordinate representation of color #D5BFBD: hue angle of 5º 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 #D5BFBD is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 189 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.16 |
| HSL | 5º | 0.22% | 0.79% | - |
| HSV(B) | 5º | 0.11% | 0.84% | - |
| XYZ | 55.26 | 55.08 | 55.86 | - |
| YUV | 197.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 189 | 0 | 0.10 | 0.11 | 0.16 | 5 | 0.22 | 0.79 |
| Hex | D5 | BF | BD | 0 | A | B | 10 | 5 | 16 | 4F |
| Octal | 325 | 277 | 275 | 0 | 12 | 13 | 20 | 5 | 26 | 117 |
| Binary | 11010101 | 10111111 | 10111101 | 0 | 1010 | 1011 | 10000 | 101 | 10110 | 1001111 |
Color Harmonies of #D5BFBD
Complementary color
Monochromatic Colors of #D5BFBD
Black with #D5BFBD
Text Example
Text Example
White with #D5BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BFBD; }
p { color: rgb(213,191,189); }
H1.HeaderClassName
{
color: #D5BFBD;
}
.AnyTagClassName
{
color: #D5BFBD;
}
</style>
background-color css
<style>
a { background-color: #D5BFBD; }
a { background-color: rgb(213,191,189); }
div.DivClassName
{
background-color: #D5BFBD;
}
.BgClassName
{
background-color: #D5BFBD;
}
</style>
border-color css
<style>
span { border-color: #D5BFBD; }
span { border-color: rgb(213,191,189); }
td.TdClassName
{
border-color: #D5BFBD;
}
.TagClassName
{
border-color: #D5BFBD;
}
</style>