Shades of Bone #DCC7B2
Tints of Bone #DCC7B2
RGB
CMYK
RGB Variations
Color information
#DCC7B2 (or 0xDCC7B2) is known color: Bone. HEX triplet: DC, C7 and B2. RGB value is (220,199,178). Sum of RGB (Red+Green+Blue) = 220+199+178=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC7B2 is #23384D. Grayscale: #CACACA. Windows color (decimal): -2308174 or 11716572. OLE color: 11716572.
HSL color Cylindrical-coordinate representation of color #DCC7B2: hue angle of 30º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCC7B2 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 178 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.14 |
| HSL | 30º | 0.38% | 0.78% | - |
| HSV(B) | 30º | 0.19% | 0.86% | - |
| XYZ | 57.97 | 59.28 | 50.51 | - |
| YUV | 202.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 178 | 0 | 0.10 | 0.19 | 0.14 | 30 | 0.38 | 0.78 |
| Hex | DC | C7 | B2 | 0 | A | 13 | E | 1E | 26 | 4E |
| Octal | 334 | 307 | 262 | 0 | 12 | 23 | 16 | 36 | 46 | 116 |
| Binary | 11011100 | 11000111 | 10110010 | 0 | 1010 | 10011 | 1110 | 11110 | 100110 | 1001110 |
Color Harmonies of #DCC7B2
Complementary color
Monochromatic Colors of #DCC7B2
Black with #DCC7B2
Text Example
Text Example
White with #DCC7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7B2; }
p { color: rgb(220,199,178); }
H1.HeaderClassName
{
color: #DCC7B2;
}
.AnyTagClassName
{
color: #DCC7B2;
}
</style>
background-color css
<style>
a { background-color: #DCC7B2; }
a { background-color: rgb(220,199,178); }
div.DivClassName
{
background-color: #DCC7B2;
}
.BgClassName
{
background-color: #DCC7B2;
}
</style>
border-color css
<style>
span { border-color: #DCC7B2; }
span { border-color: rgb(220,199,178); }
td.TdClassName
{
border-color: #DCC7B2;
}
.TagClassName
{
border-color: #DCC7B2;
}
</style>