Shades of Bone #DCC6AD
Tints of Bone #DCC6AD
RGB
CMYK
RGB Variations
Color information
#DCC6AD (or 0xDCC6AD) is known color: Bone. HEX triplet: DC, C6 and AD. RGB value is (220,198,173). Sum of RGB (Red+Green+Blue) = 220+198+173=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC6AD is #233952. Grayscale: #C9C9C9. Windows color (decimal): -2308435 or 11388636. OLE color: 11388636.
HSL color Cylindrical-coordinate representation of color #DCC6AD: hue angle of 31.91º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCC6AD is Cyan = 0, Magento = 0.1, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 173 | - |
| CMYK | 0 | 0.1 | 0.21 | 0.14 |
| HSL | 31.91º | 0.4% | 0.77% | - |
| HSV(B) | 31.91º | 0.21% | 0.86% | - |
| XYZ | 57.25 | 58.62 | 47.83 | - |
| YUV | 201.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 173 | 0 | 0.1 | 0.21 | 0.14 | 31.91 | 0.4 | 0.77 |
| Hex | DC | C6 | AD | 0 | A | 15 | E | 20 | 28 | 4D |
| Octal | 334 | 306 | 255 | 0 | 12 | 25 | 16 | 40 | 50 | 115 |
| Binary | 11011100 | 11000110 | 10101101 | 0 | 1010 | 10101 | 1110 | 100000 | 101000 | 1001101 |
Color Harmonies of #DCC6AD
Complementary color
Monochromatic Colors of #DCC6AD
Black with #DCC6AD
Text Example
Text Example
White with #DCC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6AD; }
p { color: rgb(220,198,173); }
H1.HeaderClassName
{
color: #DCC6AD;
}
.AnyTagClassName
{
color: #DCC6AD;
}
</style>
background-color css
<style>
a { background-color: #DCC6AD; }
a { background-color: rgb(220,198,173); }
div.DivClassName
{
background-color: #DCC6AD;
}
.BgClassName
{
background-color: #DCC6AD;
}
</style>
border-color css
<style>
span { border-color: #DCC6AD; }
span { border-color: rgb(220,198,173); }
td.TdClassName
{
border-color: #DCC6AD;
}
.TagClassName
{
border-color: #DCC6AD;
}
</style>