Shades of Bone #DCC7AD
Tints of Bone #DCC7AD
RGB
CMYK
RGB Variations
Color information
#DCC7AD (or 0xDCC7AD) is known color: Bone. HEX triplet: DC, C7 and AD. RGB value is (220,199,173). Sum of RGB (Red+Green+Blue) = 220+199+173=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC7AD is #233852. Grayscale: #CACACA. Windows color (decimal): -2308179 or 11388892. OLE color: 11388892.
HSL color Cylindrical-coordinate representation of color #DCC7AD: hue angle of 33.19º 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 #DCC7AD is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 173 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.14 |
| HSL | 33.19º | 0.4% | 0.77% | - |
| HSV(B) | 33.19º | 0.21% | 0.86% | - |
| XYZ | 57.48 | 59.08 | 47.91 | - |
| YUV | 202.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 173 | 0 | 0.10 | 0.21 | 0.14 | 33.19 | 0.4 | 0.77 |
| Hex | DC | C7 | AD | 0 | A | 15 | E | 21 | 28 | 4D |
| Octal | 334 | 307 | 255 | 0 | 12 | 25 | 16 | 41 | 50 | 115 |
| Binary | 11011100 | 11000111 | 10101101 | 0 | 1010 | 10101 | 1110 | 100001 | 101000 | 1001101 |
Color Harmonies of #DCC7AD
Complementary color
Monochromatic Colors of #DCC7AD
Black with #DCC7AD
Text Example
Text Example
White with #DCC7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7AD; }
p { color: rgb(220,199,173); }
H1.HeaderClassName
{
color: #DCC7AD;
}
.AnyTagClassName
{
color: #DCC7AD;
}
</style>
background-color css
<style>
a { background-color: #DCC7AD; }
a { background-color: rgb(220,199,173); }
div.DivClassName
{
background-color: #DCC7AD;
}
.BgClassName
{
background-color: #DCC7AD;
}
</style>
border-color css
<style>
span { border-color: #DCC7AD; }
span { border-color: rgb(220,199,173); }
td.TdClassName
{
border-color: #DCC7AD;
}
.TagClassName
{
border-color: #DCC7AD;
}
</style>