Shades of Bone #DCC6B1
Tints of Bone #DCC6B1
RGB
CMYK
RGB Variations
Color information
#DCC6B1 (or 0xDCC6B1) is known color: Bone. HEX triplet: DC, C6 and B1. RGB value is (220,198,177). Sum of RGB (Red+Green+Blue) = 220+198+177=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC6B1 is #23394E. Grayscale: #CACACA. Windows color (decimal): -2308431 or 11650780. OLE color: 11650780.
HSL color Cylindrical-coordinate representation of color #DCC6B1: hue angle of 29.3º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCC6B1 is Cyan = 0, Magento = 0.1, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 177 | - |
| CMYK | 0 | 0.1 | 0.20 | 0.14 |
| HSL | 29.3º | 0.38% | 0.78% | - |
| HSV(B) | 29.3º | 0.2% | 0.86% | - |
| XYZ | 57.65 | 58.78 | 49.9 | - |
| YUV | 202.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 177 | 0 | 0.1 | 0.20 | 0.14 | 29.3 | 0.38 | 0.78 |
| Hex | DC | C6 | B1 | 0 | A | 14 | E | 1D | 26 | 4E |
| Octal | 334 | 306 | 261 | 0 | 12 | 24 | 16 | 35 | 46 | 116 |
| Binary | 11011100 | 11000110 | 10110001 | 0 | 1010 | 10100 | 1110 | 11101 | 100110 | 1001110 |
Color Harmonies of #DCC6B1
Complementary color
Monochromatic Colors of #DCC6B1
Black with #DCC6B1
Text Example
Text Example
White with #DCC6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6B1; }
p { color: rgb(220,198,177); }
H1.HeaderClassName
{
color: #DCC6B1;
}
.AnyTagClassName
{
color: #DCC6B1;
}
</style>
background-color css
<style>
a { background-color: #DCC6B1; }
a { background-color: rgb(220,198,177); }
div.DivClassName
{
background-color: #DCC6B1;
}
.BgClassName
{
background-color: #DCC6B1;
}
</style>
border-color css
<style>
span { border-color: #DCC6B1; }
span { border-color: rgb(220,198,177); }
td.TdClassName
{
border-color: #DCC6B1;
}
.TagClassName
{
border-color: #DCC6B1;
}
</style>