Shades of Bone #D5BDA6
Tints of Bone #D5BDA6
RGB
CMYK
RGB Variations
Color information
#D5BDA6 (or 0xD5BDA6) is known color: Bone. HEX triplet: D5, BD and A6. RGB value is (213,189,166). Sum of RGB (Red+Green+Blue) = 213+189+166=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 166 (65.23% from 255 or 29.23% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BDA6 is #2A4259. Grayscale: #C1C1C1. Windows color (decimal): -2769498 or 10927573. OLE color: 10927573.
HSL color Cylindrical-coordinate representation of color #D5BDA6: hue angle of 29.36º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5BDA6 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 166 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.16 |
| HSL | 29.36º | 0.36% | 0.74% | - |
| HSV(B) | 29.36º | 0.22% | 0.84% | - |
| XYZ | 52.52 | 53.29 | 43.6 | - |
| YUV | 193.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 166 | 0 | 0.11 | 0.22 | 0.16 | 29.36 | 0.36 | 0.74 |
| Hex | D5 | BD | A6 | 0 | B | 16 | 10 | 1D | 24 | 4A |
| Octal | 325 | 275 | 246 | 0 | 13 | 26 | 20 | 35 | 44 | 112 |
| Binary | 11010101 | 10111101 | 10100110 | 0 | 1011 | 10110 | 10000 | 11101 | 100100 | 1001010 |
Color Harmonies of #D5BDA6
Complementary color
Monochromatic Colors of #D5BDA6
Black with #D5BDA6
Text Example
Text Example
White with #D5BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDA6; }
p { color: rgb(213,189,166); }
H1.HeaderClassName
{
color: #D5BDA6;
}
.AnyTagClassName
{
color: #D5BDA6;
}
</style>
background-color css
<style>
a { background-color: #D5BDA6; }
a { background-color: rgb(213,189,166); }
div.DivClassName
{
background-color: #D5BDA6;
}
.BgClassName
{
background-color: #D5BDA6;
}
</style>
border-color css
<style>
span { border-color: #D5BDA6; }
span { border-color: rgb(213,189,166); }
td.TdClassName
{
border-color: #D5BDA6;
}
.TagClassName
{
border-color: #D5BDA6;
}
</style>