Shades of Alto #D5BDBD
Tints of Alto #D5BDBD
RGB
CMYK
RGB Variations
Color information
#D5BDBD (or 0xD5BDBD) is known color: Alto. HEX triplet: D5, BD and BD. RGB value is (213,189,189). Sum of RGB (Red+Green+Blue) = 213+189+189=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDBD is #2A4242. Grayscale: #C4C4C4. Windows color (decimal): -2769475 or 12434901. OLE color: 12434901.
HSL color Cylindrical-coordinate representation of color #D5BDBD: 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 #D5BDBD is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 189 | 189 | - |
CMYK | 0 | 0.11 | 0.11 | 0.16 |
HSL | 0º | 0.22% | 0.79% | - |
HSV(B) | 0º | 0.11% | 0.84% | - |
XYZ | 54.82 | 54.22 | 55.72 | - |
YUV | 196.18 | 123.95 | 140 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 189 | 189 | 0 | 0.11 | 0.11 | 0.16 | 0 | 0.22 | 0.79 |
Hex | D5 | BD | BD | 0 | B | B | 10 | 0 | 16 | 4F |
Octal | 325 | 275 | 275 | 0 | 13 | 13 | 20 | 0 | 26 | 117 |
Binary | 11010101 | 10111101 | 10111101 | 0 | 1011 | 1011 | 10000 | 0 | 10110 | 1001111 |
Color Harmonies of #D5BDBD
Complementary color
Monochromatic Colors of #D5BDBD
Black with #D5BDBD
Text Example
Text Example
White with #D5BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDBD; }
p { color: rgb(213,189,189); }
H1.HeaderClassName
{
color: #D5BDBD;
}
.AnyTagClassName
{
color: #D5BDBD;
}
</style>
background-color css
<style>
a { background-color: #D5BDBD; }
a { background-color: rgb(213,189,189); }
div.DivClassName
{
background-color: #D5BDBD;
}
.BgClassName
{
background-color: #D5BDBD;
}
</style>
border-color css
<style>
span { border-color: #D5BDBD; }
span { border-color: rgb(213,189,189); }
td.TdClassName
{
border-color: #D5BDBD;
}
.TagClassName
{
border-color: #D5BDBD;
}
</style>