Shades of Alto #D4BDBD
Tints of Alto #D4BDBD
RGB
CMYK
RGB Variations
Color information
#D4BDBD (or 0xD4BDBD) is known color: Alto. HEX triplet: D4, BD and BD. RGB value is (212,189,189). Sum of RGB (Red+Green+Blue) = 212+189+189=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDBD is #2B4242. Grayscale: #C3C3C3. Windows color (decimal): -2835011 or 12434900. OLE color: 12434900.
HSL color Cylindrical-coordinate representation of color #D4BDBD: hue angle of 0º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4BDBD is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 189 | 189 | - |
CMYK | 0 | 0.11 | 0.11 | 0.17 |
HSL | 0º | 0.21% | 0.79% | - |
HSV(B) | 0º | 0.11% | 0.83% | - |
XYZ | 54.53 | 54.07 | 55.71 | - |
YUV | 195.88 | 124.12 | 139.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 189 | 189 | 0 | 0.11 | 0.11 | 0.17 | 0 | 0.21 | 0.79 |
Hex | D4 | BD | BD | 0 | B | B | 11 | 0 | 15 | 4F |
Octal | 324 | 275 | 275 | 0 | 13 | 13 | 21 | 0 | 25 | 117 |
Binary | 11010100 | 10111101 | 10111101 | 0 | 1011 | 1011 | 10001 | 0 | 10101 | 1001111 |
Color Harmonies of #D4BDBD
Complementary color
Monochromatic Colors of #D4BDBD
Black with #D4BDBD
Text Example
Text Example
White with #D4BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDBD; }
p { color: rgb(212,189,189); }
H1.HeaderClassName
{
color: #D4BDBD;
}
.AnyTagClassName
{
color: #D4BDBD;
}
</style>
background-color css
<style>
a { background-color: #D4BDBD; }
a { background-color: rgb(212,189,189); }
div.DivClassName
{
background-color: #D4BDBD;
}
.BgClassName
{
background-color: #D4BDBD;
}
</style>
border-color css
<style>
span { border-color: #D4BDBD; }
span { border-color: rgb(212,189,189); }
td.TdClassName
{
border-color: #D4BDBD;
}
.TagClassName
{
border-color: #D4BDBD;
}
</style>