Shades of Bone #DCC8AC
Tints of Bone #DCC8AC
RGB
CMYK
RGB Variations
Color information
#DCC8AC (or 0xDCC8AC) is known color: Bone. HEX triplet: DC, C8 and AC. RGB value is (220,200,172). Sum of RGB (Red+Green+Blue) = 220+200+172=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC8AC is #233753. Grayscale: #CACACA. Windows color (decimal): -2307924 or 11323612. OLE color: 11323612.
HSL color Cylindrical-coordinate representation of color #DCC8AC: hue angle of 35º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC8AC is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 172 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.14 |
| HSL | 35º | 0.41% | 0.77% | - |
| HSV(B) | 35º | 0.22% | 0.86% | - |
| XYZ | 57.62 | 59.5 | 47.48 | - |
| YUV | 202.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 172 | 0 | 0.09 | 0.22 | 0.14 | 35 | 0.41 | 0.77 |
| Hex | DC | C8 | AC | 0 | 9 | 16 | E | 23 | 29 | 4D |
| Octal | 334 | 310 | 254 | 0 | 11 | 26 | 16 | 43 | 51 | 115 |
| Binary | 11011100 | 11001000 | 10101100 | 0 | 1001 | 10110 | 1110 | 100011 | 101001 | 1001101 |
Color Harmonies of #DCC8AC
Complementary color
Monochromatic Colors of #DCC8AC
Black with #DCC8AC
Text Example
Text Example
White with #DCC8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8AC; }
p { color: rgb(220,200,172); }
H1.HeaderClassName
{
color: #DCC8AC;
}
.AnyTagClassName
{
color: #DCC8AC;
}
</style>
background-color css
<style>
a { background-color: #DCC8AC; }
a { background-color: rgb(220,200,172); }
div.DivClassName
{
background-color: #DCC8AC;
}
.BgClassName
{
background-color: #DCC8AC;
}
</style>
border-color css
<style>
span { border-color: #DCC8AC; }
span { border-color: rgb(220,200,172); }
td.TdClassName
{
border-color: #DCC8AC;
}
.TagClassName
{
border-color: #DCC8AC;
}
</style>