Shades of Bone #D3C0AD
Tints of Bone #D3C0AD
RGB
CMYK
RGB Variations
Color information
#D3C0AD (or 0xD3C0AD) is known color: Bone. HEX triplet: D3, C0 and AD. RGB value is (211,192,173). Sum of RGB (Red+Green+Blue) = 211+192+173=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C0AD is #2C3F52. Grayscale: #C3C3C3. Windows color (decimal): -2899795 or 11387091. OLE color: 11387091.
HSL color Cylindrical-coordinate representation of color #D3C0AD: hue angle of 30º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3C0AD is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 192 | 173 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.17 |
| HSL | 30º | 0.3% | 0.75% | - |
| HSV(B) | 30º | 0.18% | 0.83% | - |
| XYZ | 53.26 | 54.57 | 47.26 | - |
| YUV | 195.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 173 | 0 | 0.09 | 0.18 | 0.17 | 30 | 0.3 | 0.75 |
| Hex | D3 | C0 | AD | 0 | 9 | 12 | 11 | 1E | 1E | 4B |
| Octal | 323 | 300 | 255 | 0 | 11 | 22 | 21 | 36 | 36 | 113 |
| Binary | 11010011 | 11000000 | 10101101 | 0 | 1001 | 10010 | 10001 | 11110 | 11110 | 1001011 |
Color Harmonies of #D3C0AD
Complementary color
Monochromatic Colors of #D3C0AD
Black with #D3C0AD
Text Example
Text Example
White with #D3C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C0AD; }
p { color: rgb(211,192,173); }
H1.HeaderClassName
{
color: #D3C0AD;
}
.AnyTagClassName
{
color: #D3C0AD;
}
</style>
background-color css
<style>
a { background-color: #D3C0AD; }
a { background-color: rgb(211,192,173); }
div.DivClassName
{
background-color: #D3C0AD;
}
.BgClassName
{
background-color: #D3C0AD;
}
</style>
border-color css
<style>
span { border-color: #D3C0AD; }
span { border-color: rgb(211,192,173); }
td.TdClassName
{
border-color: #D3C0AD;
}
.TagClassName
{
border-color: #D3C0AD;
}
</style>