Shades of Bone #DCC3A7
Tints of Bone #DCC3A7
RGB
CMYK
RGB Variations
Color information
#DCC3A7 (or 0xDCC3A7) is known color: Bone. HEX triplet: DC, C3 and A7. RGB value is (220,195,167). Sum of RGB (Red+Green+Blue) = 220+195+167=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 167 (65.62% from 255 or 28.69% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC3A7 is #233C58. Grayscale: #C7C7C7. Windows color (decimal): -2309209 or 10994652. OLE color: 10994652.
HSL color Cylindrical-coordinate representation of color #DCC3A7: hue angle of 31.7º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCC3A7 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 167 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.14 |
| HSL | 31.7º | 0.43% | 0.76% | - |
| HSV(B) | 31.7º | 0.24% | 0.86% | - |
| XYZ | 56.01 | 57.04 | 44.62 | - |
| YUV | 199.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 167 | 0 | 0.11 | 0.24 | 0.14 | 31.7 | 0.43 | 0.76 |
| Hex | DC | C3 | A7 | 0 | B | 18 | E | 20 | 2B | 4C |
| Octal | 334 | 303 | 247 | 0 | 13 | 30 | 16 | 40 | 53 | 114 |
| Binary | 11011100 | 11000011 | 10100111 | 0 | 1011 | 11000 | 1110 | 100000 | 101011 | 1001100 |
Color Harmonies of #DCC3A7
Complementary color
Monochromatic Colors of #DCC3A7
Black with #DCC3A7
Text Example
Text Example
White with #DCC3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3A7; }
p { color: rgb(220,195,167); }
H1.HeaderClassName
{
color: #DCC3A7;
}
.AnyTagClassName
{
color: #DCC3A7;
}
</style>
background-color css
<style>
a { background-color: #DCC3A7; }
a { background-color: rgb(220,195,167); }
div.DivClassName
{
background-color: #DCC3A7;
}
.BgClassName
{
background-color: #DCC3A7;
}
</style>
border-color css
<style>
span { border-color: #DCC3A7; }
span { border-color: rgb(220,195,167); }
td.TdClassName
{
border-color: #DCC3A7;
}
.TagClassName
{
border-color: #DCC3A7;
}
</style>