Shades of Bone #D5C1AF
Tints of Bone #D5C1AF
RGB
CMYK
RGB Variations
Color information
#D5C1AF (or 0xD5C1AF) is known color: Bone. HEX triplet: D5, C1 and AF. RGB value is (213,193,175). Sum of RGB (Red+Green+Blue) = 213+193+175=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C1AF is #2A3E50. Grayscale: #C5C5C5. Windows color (decimal): -2768465 or 11518421. OLE color: 11518421.
HSL color Cylindrical-coordinate representation of color #D5C1AF: hue angle of 28.42º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5C1AF is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 175 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.16 |
| HSL | 28.42º | 0.31% | 0.76% | - |
| HSV(B) | 28.42º | 0.18% | 0.84% | - |
| XYZ | 54.25 | 55.38 | 48.39 | - |
| YUV | 196.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 175 | 0 | 0.09 | 0.18 | 0.16 | 28.42 | 0.31 | 0.76 |
| Hex | D5 | C1 | AF | 0 | 9 | 12 | 10 | 1C | 1F | 4C |
| Octal | 325 | 301 | 257 | 0 | 11 | 22 | 20 | 34 | 37 | 114 |
| Binary | 11010101 | 11000001 | 10101111 | 0 | 1001 | 10010 | 10000 | 11100 | 11111 | 1001100 |
Color Harmonies of #D5C1AF
Complementary color
Monochromatic Colors of #D5C1AF
Black with #D5C1AF
Text Example
Text Example
White with #D5C1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C1AF; }
p { color: rgb(213,193,175); }
H1.HeaderClassName
{
color: #D5C1AF;
}
.AnyTagClassName
{
color: #D5C1AF;
}
</style>
background-color css
<style>
a { background-color: #D5C1AF; }
a { background-color: rgb(213,193,175); }
div.DivClassName
{
background-color: #D5C1AF;
}
.BgClassName
{
background-color: #D5C1AF;
}
</style>
border-color css
<style>
span { border-color: #D5C1AF; }
span { border-color: rgb(213,193,175); }
td.TdClassName
{
border-color: #D5C1AF;
}
.TagClassName
{
border-color: #D5C1AF;
}
</style>