Shades of Bone #DCC7B4
Tints of Bone #DCC7B4
RGB
CMYK
RGB Variations
Color information
#DCC7B4 (or 0xDCC7B4) is known color: Bone. HEX triplet: DC, C7 and B4. RGB value is (220,199,180). Sum of RGB (Red+Green+Blue) = 220+199+180=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7B4 is #23384B. Grayscale: #CBCBCB. Windows color (decimal): -2308172 or 11847644. OLE color: 11847644.
HSL color Cylindrical-coordinate representation of color #DCC7B4: hue angle of 28.5º 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 #DCC7B4 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 180 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.14 |
| HSL | 28.5º | 0.36% | 0.78% | - |
| HSV(B) | 28.5º | 0.18% | 0.86% | - |
| XYZ | 58.18 | 59.36 | 51.57 | - |
| YUV | 203.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 180 | 0 | 0.10 | 0.18 | 0.14 | 28.5 | 0.36 | 0.78 |
| Hex | DC | C7 | B4 | 0 | A | 12 | E | 1C | 24 | 4E |
| Octal | 334 | 307 | 264 | 0 | 12 | 22 | 16 | 34 | 44 | 116 |
| Binary | 11011100 | 11000111 | 10110100 | 0 | 1010 | 10010 | 1110 | 11100 | 100100 | 1001110 |
Color Harmonies of #DCC7B4
Complementary color
Monochromatic Colors of #DCC7B4
Black with #DCC7B4
Text Example
Text Example
White with #DCC7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7B4; }
p { color: rgb(220,199,180); }
H1.HeaderClassName
{
color: #DCC7B4;
}
.AnyTagClassName
{
color: #DCC7B4;
}
</style>
background-color css
<style>
a { background-color: #DCC7B4; }
a { background-color: rgb(220,199,180); }
div.DivClassName
{
background-color: #DCC7B4;
}
.BgClassName
{
background-color: #DCC7B4;
}
</style>
border-color css
<style>
span { border-color: #DCC7B4; }
span { border-color: rgb(220,199,180); }
td.TdClassName
{
border-color: #DCC7B4;
}
.TagClassName
{
border-color: #DCC7B4;
}
</style>