Shades of Bone #DCC3AD
Tints of Bone #DCC3AD
RGB
CMYK
RGB Variations
Color information
#DCC3AD (or 0xDCC3AD) is known color: Bone. HEX triplet: DC, C3 and AD. RGB value is (220,195,173). Sum of RGB (Red+Green+Blue) = 220+195+173=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC3AD is #233C52. Grayscale: #C8C8C8. Windows color (decimal): -2309203 or 11387868. OLE color: 11387868.
HSL color Cylindrical-coordinate representation of color #DCC3AD: hue angle of 28.09º 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 #DCC3AD is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 173 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.14 |
| HSL | 28.09º | 0.4% | 0.77% | - |
| HSV(B) | 28.09º | 0.21% | 0.86% | - |
| XYZ | 56.57 | 57.26 | 47.61 | - |
| YUV | 199.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 173 | 0 | 0.11 | 0.21 | 0.14 | 28.09 | 0.4 | 0.77 |
| Hex | DC | C3 | AD | 0 | B | 15 | E | 1C | 28 | 4D |
| Octal | 334 | 303 | 255 | 0 | 13 | 25 | 16 | 34 | 50 | 115 |
| Binary | 11011100 | 11000011 | 10101101 | 0 | 1011 | 10101 | 1110 | 11100 | 101000 | 1001101 |
Color Harmonies of #DCC3AD
Complementary color
Monochromatic Colors of #DCC3AD
Black with #DCC3AD
Text Example
Text Example
White with #DCC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3AD; }
p { color: rgb(220,195,173); }
H1.HeaderClassName
{
color: #DCC3AD;
}
.AnyTagClassName
{
color: #DCC3AD;
}
</style>
background-color css
<style>
a { background-color: #DCC3AD; }
a { background-color: rgb(220,195,173); }
div.DivClassName
{
background-color: #DCC3AD;
}
.BgClassName
{
background-color: #DCC3AD;
}
</style>
border-color css
<style>
span { border-color: #DCC3AD; }
span { border-color: rgb(220,195,173); }
td.TdClassName
{
border-color: #DCC3AD;
}
.TagClassName
{
border-color: #DCC3AD;
}
</style>