Shades of Bone #DCC5A8
Tints of Bone #DCC5A8
RGB
CMYK
RGB Variations
Color information
#DCC5A8 (or 0xDCC5A8) is known color: Bone. HEX triplet: DC, C5 and A8. RGB value is (220,197,168). Sum of RGB (Red+Green+Blue) = 220+197+168=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 168 (66.02% from 255 or 28.72% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC5A8 is #233A57. Grayscale: #C8C8C8. Windows color (decimal): -2308696 or 11060700. OLE color: 11060700.
HSL color Cylindrical-coordinate representation of color #DCC5A8: hue angle of 33.46º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCC5A8 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 168 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.14 |
| HSL | 33.46º | 0.43% | 0.76% | - |
| HSV(B) | 33.46º | 0.24% | 0.86% | - |
| XYZ | 56.55 | 57.98 | 45.26 | - |
| YUV | 200.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 168 | 0 | 0.10 | 0.24 | 0.14 | 33.46 | 0.43 | 0.76 |
| Hex | DC | C5 | A8 | 0 | A | 18 | E | 21 | 2B | 4C |
| Octal | 334 | 305 | 250 | 0 | 12 | 30 | 16 | 41 | 53 | 114 |
| Binary | 11011100 | 11000101 | 10101000 | 0 | 1010 | 11000 | 1110 | 100001 | 101011 | 1001100 |
Color Harmonies of #DCC5A8
Complementary color
Monochromatic Colors of #DCC5A8
Black with #DCC5A8
Text Example
Text Example
White with #DCC5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5A8; }
p { color: rgb(220,197,168); }
H1.HeaderClassName
{
color: #DCC5A8;
}
.AnyTagClassName
{
color: #DCC5A8;
}
</style>
background-color css
<style>
a { background-color: #DCC5A8; }
a { background-color: rgb(220,197,168); }
div.DivClassName
{
background-color: #DCC5A8;
}
.BgClassName
{
background-color: #DCC5A8;
}
</style>
border-color css
<style>
span { border-color: #DCC5A8; }
span { border-color: rgb(220,197,168); }
td.TdClassName
{
border-color: #DCC5A8;
}
.TagClassName
{
border-color: #DCC5A8;
}
</style>