Shades of Bone #D4C0AA
Tints of Bone #D4C0AA
RGB
CMYK
RGB Variations
Color information
#D4C0AA (or 0xD4C0AA) is known color: Bone. HEX triplet: D4, C0 and AA. RGB value is (212,192,170). Sum of RGB (Red+Green+Blue) = 212+192+170=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C0AA is #2B3F55. Grayscale: #C3C3C3. Windows color (decimal): -2834262 or 11190484. OLE color: 11190484.
HSL color Cylindrical-coordinate representation of color #D4C0AA: hue angle of 31.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4C0AA is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 170 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.17 |
| HSL | 31.43º | 0.33% | 0.75% | - |
| HSV(B) | 31.43º | 0.2% | 0.83% | - |
| XYZ | 53.26 | 54.6 | 45.76 | - |
| YUV | 195.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 170 | 0 | 0.09 | 0.20 | 0.17 | 31.43 | 0.33 | 0.75 |
| Hex | D4 | C0 | AA | 0 | 9 | 14 | 11 | 1F | 21 | 4B |
| Octal | 324 | 300 | 252 | 0 | 11 | 24 | 21 | 37 | 41 | 113 |
| Binary | 11010100 | 11000000 | 10101010 | 0 | 1001 | 10100 | 10001 | 11111 | 100001 | 1001011 |
Color Harmonies of #D4C0AA
Complementary color
Monochromatic Colors of #D4C0AA
Black with #D4C0AA
Text Example
Text Example
White with #D4C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C0AA; }
p { color: rgb(212,192,170); }
H1.HeaderClassName
{
color: #D4C0AA;
}
.AnyTagClassName
{
color: #D4C0AA;
}
</style>
background-color css
<style>
a { background-color: #D4C0AA; }
a { background-color: rgb(212,192,170); }
div.DivClassName
{
background-color: #D4C0AA;
}
.BgClassName
{
background-color: #D4C0AA;
}
</style>
border-color css
<style>
span { border-color: #D4C0AA; }
span { border-color: rgb(212,192,170); }
td.TdClassName
{
border-color: #D4C0AA;
}
.TagClassName
{
border-color: #D4C0AA;
}
</style>