Shades of Bone #DCC1A7
Tints of Bone #DCC1A7
RGB
CMYK
RGB Variations
Color information
#DCC1A7 (or 0xDCC1A7) is known color: Bone. HEX triplet: DC, C1 and A7. RGB value is (220,193,167). Sum of RGB (Red+Green+Blue) = 220+193+167=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 167 (65.62% from 255 or 28.79% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC1A7 is #233E58. Grayscale: #C6C6C6. Windows color (decimal): -2309721 or 10994140. OLE color: 10994140.
HSL color Cylindrical-coordinate representation of color #DCC1A7: hue angle of 29.43º 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 #DCC1A7 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 167 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.14 |
| HSL | 29.43º | 0.43% | 0.76% | - |
| HSV(B) | 29.43º | 0.24% | 0.86% | - |
| XYZ | 55.56 | 56.15 | 44.47 | - |
| YUV | 198.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 167 | 0 | 0.12 | 0.24 | 0.14 | 29.43 | 0.43 | 0.76 |
| Hex | DC | C1 | A7 | 0 | C | 18 | E | 1D | 2B | 4C |
| Octal | 334 | 301 | 247 | 0 | 14 | 30 | 16 | 35 | 53 | 114 |
| Binary | 11011100 | 11000001 | 10100111 | 0 | 1100 | 11000 | 1110 | 11101 | 101011 | 1001100 |
Color Harmonies of #DCC1A7
Complementary color
Monochromatic Colors of #DCC1A7
Black with #DCC1A7
Text Example
Text Example
White with #DCC1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1A7; }
p { color: rgb(220,193,167); }
H1.HeaderClassName
{
color: #DCC1A7;
}
.AnyTagClassName
{
color: #DCC1A7;
}
</style>
background-color css
<style>
a { background-color: #DCC1A7; }
a { background-color: rgb(220,193,167); }
div.DivClassName
{
background-color: #DCC1A7;
}
.BgClassName
{
background-color: #DCC1A7;
}
</style>
border-color css
<style>
span { border-color: #DCC1A7; }
span { border-color: rgb(220,193,167); }
td.TdClassName
{
border-color: #DCC1A7;
}
.TagClassName
{
border-color: #DCC1A7;
}
</style>