Shades of Alto #D6BDBD
Tints of Alto #D6BDBD
RGB
CMYK
RGB Variations
Color information
#D6BDBD (or 0xD6BDBD) is known color: Alto. HEX triplet: D6, BD and BD. RGB value is (214,189,189). Sum of RGB (Red+Green+Blue) = 214+189+189=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDBD is #294242. Grayscale: #C4C4C4. Windows color (decimal): -2703939 or 12434902. OLE color: 12434902.
HSL color Cylindrical-coordinate representation of color #D6BDBD: hue angle of 0º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6BDBD is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 189 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.16 |
| HSL | 0º | 0.23% | 0.79% | - |
| HSV(B) | 0º | 0.12% | 0.84% | - |
| XYZ | 55.11 | 54.37 | 55.73 | - |
| YUV | 196.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 189 | 0 | 0.12 | 0.12 | 0.16 | 0 | 0.23 | 0.79 |
| Hex | D6 | BD | BD | 0 | C | C | 10 | 0 | 17 | 4F |
| Octal | 326 | 275 | 275 | 0 | 14 | 14 | 20 | 0 | 27 | 117 |
| Binary | 11010110 | 10111101 | 10111101 | 0 | 1100 | 1100 | 10000 | 0 | 10111 | 1001111 |
Color Harmonies of #D6BDBD
Complementary color
Monochromatic Colors of #D6BDBD
Black with #D6BDBD
Text Example
Text Example
White with #D6BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDBD; }
p { color: rgb(214,189,189); }
H1.HeaderClassName
{
color: #D6BDBD;
}
.AnyTagClassName
{
color: #D6BDBD;
}
</style>
background-color css
<style>
a { background-color: #D6BDBD; }
a { background-color: rgb(214,189,189); }
div.DivClassName
{
background-color: #D6BDBD;
}
.BgClassName
{
background-color: #D6BDBD;
}
</style>
border-color css
<style>
span { border-color: #D6BDBD; }
span { border-color: rgb(214,189,189); }
td.TdClassName
{
border-color: #D6BDBD;
}
.TagClassName
{
border-color: #D6BDBD;
}
</style>