Shades of Bone #DCC6AE
Tints of Bone #DCC6AE
RGB
CMYK
RGB Variations
Color information
#DCC6AE (or 0xDCC6AE) is known color: Bone. HEX triplet: DC, C6 and AE. RGB value is (220,198,174). Sum of RGB (Red+Green+Blue) = 220+198+174=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC6AE is #233951. Grayscale: #C9C9C9. Windows color (decimal): -2308434 or 11454172. OLE color: 11454172.
HSL color Cylindrical-coordinate representation of color #DCC6AE: hue angle of 31.3º 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 #DCC6AE is Cyan = 0, Magento = 0.1, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 174 | - |
| CMYK | 0 | 0.1 | 0.21 | 0.14 |
| HSL | 31.3º | 0.4% | 0.77% | - |
| HSV(B) | 31.3º | 0.21% | 0.86% | - |
| XYZ | 57.35 | 58.66 | 48.34 | - |
| YUV | 201.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 174 | 0 | 0.1 | 0.21 | 0.14 | 31.3 | 0.4 | 0.77 |
| Hex | DC | C6 | AE | 0 | A | 15 | E | 1F | 28 | 4D |
| Octal | 334 | 306 | 256 | 0 | 12 | 25 | 16 | 37 | 50 | 115 |
| Binary | 11011100 | 11000110 | 10101110 | 0 | 1010 | 10101 | 1110 | 11111 | 101000 | 1001101 |
Color Harmonies of #DCC6AE
Complementary color
Monochromatic Colors of #DCC6AE
Black with #DCC6AE
Text Example
Text Example
White with #DCC6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6AE; }
p { color: rgb(220,198,174); }
H1.HeaderClassName
{
color: #DCC6AE;
}
.AnyTagClassName
{
color: #DCC6AE;
}
</style>
background-color css
<style>
a { background-color: #DCC6AE; }
a { background-color: rgb(220,198,174); }
div.DivClassName
{
background-color: #DCC6AE;
}
.BgClassName
{
background-color: #DCC6AE;
}
</style>
border-color css
<style>
span { border-color: #DCC6AE; }
span { border-color: rgb(220,198,174); }
td.TdClassName
{
border-color: #DCC6AE;
}
.TagClassName
{
border-color: #DCC6AE;
}
</style>