Shades of Bone #D6C3AF
Tints of Bone #D6C3AF
RGB
CMYK
RGB Variations
Color information
#D6C3AF (or 0xD6C3AF) is known color: Bone. HEX triplet: D6, C3 and AF. RGB value is (214,195,175). Sum of RGB (Red+Green+Blue) = 214+195+175=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C3AF is #293C50. Grayscale: #C6C6C6. Windows color (decimal): -2702417 or 11518934. OLE color: 11518934.
HSL color Cylindrical-coordinate representation of color #D6C3AF: hue angle of 30.77º degrees, saturation: 0.32, 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 #D6C3AF is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 175 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.16 |
| HSL | 30.77º | 0.32% | 0.76% | - |
| HSV(B) | 30.77º | 0.18% | 0.84% | - |
| XYZ | 54.98 | 56.42 | 48.55 | - |
| YUV | 198.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 175 | 0 | 0.09 | 0.18 | 0.16 | 30.77 | 0.32 | 0.76 |
| Hex | D6 | C3 | AF | 0 | 9 | 12 | 10 | 1F | 20 | 4C |
| Octal | 326 | 303 | 257 | 0 | 11 | 22 | 20 | 37 | 40 | 114 |
| Binary | 11010110 | 11000011 | 10101111 | 0 | 1001 | 10010 | 10000 | 11111 | 100000 | 1001100 |
Color Harmonies of #D6C3AF
Complementary color
Monochromatic Colors of #D6C3AF
Black with #D6C3AF
Text Example
Text Example
White with #D6C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C3AF; }
p { color: rgb(214,195,175); }
H1.HeaderClassName
{
color: #D6C3AF;
}
.AnyTagClassName
{
color: #D6C3AF;
}
</style>
background-color css
<style>
a { background-color: #D6C3AF; }
a { background-color: rgb(214,195,175); }
div.DivClassName
{
background-color: #D6C3AF;
}
.BgClassName
{
background-color: #D6C3AF;
}
</style>
border-color css
<style>
span { border-color: #D6C3AF; }
span { border-color: rgb(214,195,175); }
td.TdClassName
{
border-color: #D6C3AF;
}
.TagClassName
{
border-color: #D6C3AF;
}
</style>