Shades of Bone #DCC5AB
Tints of Bone #DCC5AB
RGB
CMYK
RGB Variations
Color information
#DCC5AB (or 0xDCC5AB) is known color: Bone. HEX triplet: DC, C5 and AB. RGB value is (220,197,171). Sum of RGB (Red+Green+Blue) = 220+197+171=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC5AB is #233A54. Grayscale: #C9C9C9. Windows color (decimal): -2308693 or 11257308. OLE color: 11257308.
HSL color Cylindrical-coordinate representation of color #DCC5AB: hue angle of 31.84º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC5AB is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 171 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.14 |
| HSL | 31.84º | 0.41% | 0.77% | - |
| HSV(B) | 31.84º | 0.22% | 0.86% | - |
| XYZ | 56.83 | 58.09 | 46.74 | - |
| YUV | 200.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 171 | 0 | 0.10 | 0.22 | 0.14 | 31.84 | 0.41 | 0.77 |
| Hex | DC | C5 | AB | 0 | A | 16 | E | 20 | 29 | 4D |
| Octal | 334 | 305 | 253 | 0 | 12 | 26 | 16 | 40 | 51 | 115 |
| Binary | 11011100 | 11000101 | 10101011 | 0 | 1010 | 10110 | 1110 | 100000 | 101001 | 1001101 |
Color Harmonies of #DCC5AB
Complementary color
Monochromatic Colors of #DCC5AB
Black with #DCC5AB
Text Example
Text Example
White with #DCC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5AB; }
p { color: rgb(220,197,171); }
H1.HeaderClassName
{
color: #DCC5AB;
}
.AnyTagClassName
{
color: #DCC5AB;
}
</style>
background-color css
<style>
a { background-color: #DCC5AB; }
a { background-color: rgb(220,197,171); }
div.DivClassName
{
background-color: #DCC5AB;
}
.BgClassName
{
background-color: #DCC5AB;
}
</style>
border-color css
<style>
span { border-color: #DCC5AB; }
span { border-color: rgb(220,197,171); }
td.TdClassName
{
border-color: #DCC5AB;
}
.TagClassName
{
border-color: #DCC5AB;
}
</style>