Shades of Bone #DCC6B4
Tints of Bone #DCC6B4
RGB
CMYK
RGB Variations
Color information
#DCC6B4 (or 0xDCC6B4) is known color: Bone. HEX triplet: DC, C6 and B4. RGB value is (220,198,180). Sum of RGB (Red+Green+Blue) = 220+198+180=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6B4 is #23394B. Grayscale: #CACACA. Windows color (decimal): -2308428 or 11847388. OLE color: 11847388.
HSL color Cylindrical-coordinate representation of color #DCC6B4: hue angle of 27º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC6B4 is Cyan = 0, Magento = 0.1, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 180 | - |
| CMYK | 0 | 0.1 | 0.18 | 0.14 |
| HSL | 27º | 0.36% | 0.78% | - |
| HSV(B) | 27º | 0.18% | 0.86% | - |
| XYZ | 57.95 | 58.9 | 51.49 | - |
| YUV | 202.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 180 | 0 | 0.1 | 0.18 | 0.14 | 27 | 0.36 | 0.78 |
| Hex | DC | C6 | B4 | 0 | A | 12 | E | 1B | 24 | 4E |
| Octal | 334 | 306 | 264 | 0 | 12 | 22 | 16 | 33 | 44 | 116 |
| Binary | 11011100 | 11000110 | 10110100 | 0 | 1010 | 10010 | 1110 | 11011 | 100100 | 1001110 |
Color Harmonies of #DCC6B4
Complementary color
Monochromatic Colors of #DCC6B4
Black with #DCC6B4
Text Example
Text Example
White with #DCC6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6B4; }
p { color: rgb(220,198,180); }
H1.HeaderClassName
{
color: #DCC6B4;
}
.AnyTagClassName
{
color: #DCC6B4;
}
</style>
background-color css
<style>
a { background-color: #DCC6B4; }
a { background-color: rgb(220,198,180); }
div.DivClassName
{
background-color: #DCC6B4;
}
.BgClassName
{
background-color: #DCC6B4;
}
</style>
border-color css
<style>
span { border-color: #DCC6B4; }
span { border-color: rgb(220,198,180); }
td.TdClassName
{
border-color: #DCC6B4;
}
.TagClassName
{
border-color: #DCC6B4;
}
</style>