Shades of Bone #D5C3AE
Tints of Bone #D5C3AE
RGB
CMYK
RGB Variations
Color information
#D5C3AE (or 0xD5C3AE) is known color: Bone. HEX triplet: D5, C3 and AE. RGB value is (213,195,174). Sum of RGB (Red+Green+Blue) = 213+195+174=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C3AE is #2A3C51. Grayscale: #C6C6C6. Windows color (decimal): -2767954 or 11453397. OLE color: 11453397.
HSL color Cylindrical-coordinate representation of color #D5C3AE: hue angle of 32.31º 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 #D5C3AE is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 174 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.16 |
| HSL | 32.31º | 0.32% | 0.76% | - |
| HSV(B) | 32.31º | 0.18% | 0.84% | - |
| XYZ | 54.6 | 56.23 | 48.02 | - |
| YUV | 197.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 174 | 0 | 0.08 | 0.18 | 0.16 | 32.31 | 0.32 | 0.76 |
| Hex | D5 | C3 | AE | 0 | 8 | 12 | 10 | 20 | 20 | 4C |
| Octal | 325 | 303 | 256 | 0 | 10 | 22 | 20 | 40 | 40 | 114 |
| Binary | 11010101 | 11000011 | 10101110 | 0 | 1000 | 10010 | 10000 | 100000 | 100000 | 1001100 |
Color Harmonies of #D5C3AE
Complementary color
Monochromatic Colors of #D5C3AE
Black with #D5C3AE
Text Example
Text Example
White with #D5C3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C3AE; }
p { color: rgb(213,195,174); }
H1.HeaderClassName
{
color: #D5C3AE;
}
.AnyTagClassName
{
color: #D5C3AE;
}
</style>
background-color css
<style>
a { background-color: #D5C3AE; }
a { background-color: rgb(213,195,174); }
div.DivClassName
{
background-color: #D5C3AE;
}
.BgClassName
{
background-color: #D5C3AE;
}
</style>
border-color css
<style>
span { border-color: #D5C3AE; }
span { border-color: rgb(213,195,174); }
td.TdClassName
{
border-color: #D5C3AE;
}
.TagClassName
{
border-color: #D5C3AE;
}
</style>