Shades of Bone #DCC6AA
Tints of Bone #DCC6AA
RGB
CMYK
RGB Variations
Color information
#DCC6AA (or 0xDCC6AA) is known color: Bone. HEX triplet: DC, C6 and AA. RGB value is (220,198,170). Sum of RGB (Red+Green+Blue) = 220+198+170=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC6AA is #233955. Grayscale: #C9C9C9. Windows color (decimal): -2308438 or 11192028. OLE color: 11192028.
HSL color Cylindrical-coordinate representation of color #DCC6AA: hue angle of 33.6º 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 #DCC6AA is Cyan = 0, Magento = 0.1, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 170 | - |
| CMYK | 0 | 0.1 | 0.23 | 0.14 |
| HSL | 33.6º | 0.42% | 0.76% | - |
| HSV(B) | 33.6º | 0.23% | 0.86% | - |
| XYZ | 56.96 | 58.51 | 46.32 | - |
| YUV | 201.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 170 | 0 | 0.1 | 0.23 | 0.14 | 33.6 | 0.42 | 0.76 |
| Hex | DC | C6 | AA | 0 | A | 17 | E | 22 | 2A | 4C |
| Octal | 334 | 306 | 252 | 0 | 12 | 27 | 16 | 42 | 52 | 114 |
| Binary | 11011100 | 11000110 | 10101010 | 0 | 1010 | 10111 | 1110 | 100010 | 101010 | 1001100 |
Color Harmonies of #DCC6AA
Complementary color
Monochromatic Colors of #DCC6AA
Black with #DCC6AA
Text Example
Text Example
White with #DCC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6AA; }
p { color: rgb(220,198,170); }
H1.HeaderClassName
{
color: #DCC6AA;
}
.AnyTagClassName
{
color: #DCC6AA;
}
</style>
background-color css
<style>
a { background-color: #DCC6AA; }
a { background-color: rgb(220,198,170); }
div.DivClassName
{
background-color: #DCC6AA;
}
.BgClassName
{
background-color: #DCC6AA;
}
</style>
border-color css
<style>
span { border-color: #DCC6AA; }
span { border-color: rgb(220,198,170); }
td.TdClassName
{
border-color: #DCC6AA;
}
.TagClassName
{
border-color: #DCC6AA;
}
</style>