Shades of Bone #DCC7AA
Tints of Bone #DCC7AA
RGB
CMYK
RGB Variations
Color information
#DCC7AA (or 0xDCC7AA) is known color: Bone. HEX triplet: DC, C7 and AA. RGB value is (220,199,170). Sum of RGB (Red+Green+Blue) = 220+199+170=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC7AA is #233855. Grayscale: #CACACA. Windows color (decimal): -2308182 or 11192284. OLE color: 11192284.
HSL color Cylindrical-coordinate representation of color #DCC7AA: hue angle of 34.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCC7AA is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 170 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.14 |
| HSL | 34.8º | 0.42% | 0.76% | - |
| HSV(B) | 34.8º | 0.23% | 0.86% | - |
| XYZ | 57.19 | 58.96 | 46.4 | - |
| YUV | 201.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 170 | 0 | 0.10 | 0.23 | 0.14 | 34.8 | 0.42 | 0.76 |
| Hex | DC | C7 | AA | 0 | A | 17 | E | 23 | 2A | 4C |
| Octal | 334 | 307 | 252 | 0 | 12 | 27 | 16 | 43 | 52 | 114 |
| Binary | 11011100 | 11000111 | 10101010 | 0 | 1010 | 10111 | 1110 | 100011 | 101010 | 1001100 |
Color Harmonies of #DCC7AA
Complementary color
Monochromatic Colors of #DCC7AA
Black with #DCC7AA
Text Example
Text Example
White with #DCC7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7AA; }
p { color: rgb(220,199,170); }
H1.HeaderClassName
{
color: #DCC7AA;
}
.AnyTagClassName
{
color: #DCC7AA;
}
</style>
background-color css
<style>
a { background-color: #DCC7AA; }
a { background-color: rgb(220,199,170); }
div.DivClassName
{
background-color: #DCC7AA;
}
.BgClassName
{
background-color: #DCC7AA;
}
</style>
border-color css
<style>
span { border-color: #DCC7AA; }
span { border-color: rgb(220,199,170); }
td.TdClassName
{
border-color: #DCC7AA;
}
.TagClassName
{
border-color: #DCC7AA;
}
</style>