Shades of Alto #D7BDBD
Tints of Alto #D7BDBD
RGB
CMYK
RGB Variations
Color information
#D7BDBD (or 0xD7BDBD) is known color: Alto. HEX triplet: D7, BD and BD. RGB value is (215,189,189). Sum of RGB (Red+Green+Blue) = 215+189+189=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDBD is #284242. Grayscale: #C4C4C4. Windows color (decimal): -2638403 or 12434903. OLE color: 12434903.
HSL color Cylindrical-coordinate representation of color #D7BDBD: hue angle of 0º degrees, saturation: 0.25, 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 #D7BDBD is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 189 | 189 | - |
CMYK | 0 | 0.12 | 0.12 | 0.16 |
HSL | 0º | 0.25% | 0.79% | - |
HSV(B) | 0º | 0.12% | 0.84% | - |
XYZ | 55.41 | 54.52 | 55.75 | - |
YUV | 196.77 | 123.61 | 141 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 189 | 189 | 0 | 0.12 | 0.12 | 0.16 | 0 | 0.25 | 0.79 |
Hex | D7 | BD | BD | 0 | C | C | 10 | 0 | 19 | 4F |
Octal | 327 | 275 | 275 | 0 | 14 | 14 | 20 | 0 | 31 | 117 |
Binary | 11010111 | 10111101 | 10111101 | 0 | 1100 | 1100 | 10000 | 0 | 11001 | 1001111 |
Color Harmonies of #D7BDBD
Complementary color
Monochromatic Colors of #D7BDBD
Black with #D7BDBD
Text Example
Text Example
White with #D7BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BDBD; }
p { color: rgb(215,189,189); }
H1.HeaderClassName
{
color: #D7BDBD;
}
.AnyTagClassName
{
color: #D7BDBD;
}
</style>
background-color css
<style>
a { background-color: #D7BDBD; }
a { background-color: rgb(215,189,189); }
div.DivClassName
{
background-color: #D7BDBD;
}
.BgClassName
{
background-color: #D7BDBD;
}
</style>
border-color css
<style>
span { border-color: #D7BDBD; }
span { border-color: rgb(215,189,189); }
td.TdClassName
{
border-color: #D7BDBD;
}
.TagClassName
{
border-color: #D7BDBD;
}
</style>