Shades of Bone #DCC1A9
Tints of Bone #DCC1A9
RGB
CMYK
RGB Variations
Color information
#DCC1A9 (or 0xDCC1A9) is known color: Bone. HEX triplet: DC, C1 and A9. RGB value is (220,193,169). Sum of RGB (Red+Green+Blue) = 220+193+169=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC1A9 is #233E56. Grayscale: #C6C6C6. Windows color (decimal): -2309719 or 11125212. OLE color: 11125212.
HSL color Cylindrical-coordinate representation of color #DCC1A9: hue angle of 28.24º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCC1A9 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 169 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.14 |
| HSL | 28.24º | 0.42% | 0.76% | - |
| HSV(B) | 28.24º | 0.23% | 0.86% | - |
| XYZ | 55.75 | 56.22 | 45.45 | - |
| YUV | 198.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 169 | 0 | 0.12 | 0.23 | 0.14 | 28.24 | 0.42 | 0.76 |
| Hex | DC | C1 | A9 | 0 | C | 17 | E | 1C | 2A | 4C |
| Octal | 334 | 301 | 251 | 0 | 14 | 27 | 16 | 34 | 52 | 114 |
| Binary | 11011100 | 11000001 | 10101001 | 0 | 1100 | 10111 | 1110 | 11100 | 101010 | 1001100 |
Color Harmonies of #DCC1A9
Complementary color
Monochromatic Colors of #DCC1A9
Black with #DCC1A9
Text Example
Text Example
White with #DCC1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1A9; }
p { color: rgb(220,193,169); }
H1.HeaderClassName
{
color: #DCC1A9;
}
.AnyTagClassName
{
color: #DCC1A9;
}
</style>
background-color css
<style>
a { background-color: #DCC1A9; }
a { background-color: rgb(220,193,169); }
div.DivClassName
{
background-color: #DCC1A9;
}
.BgClassName
{
background-color: #DCC1A9;
}
</style>
border-color css
<style>
span { border-color: #DCC1A9; }
span { border-color: rgb(220,193,169); }
td.TdClassName
{
border-color: #DCC1A9;
}
.TagClassName
{
border-color: #DCC1A9;
}
</style>