Shades of Bone #DAC6B0
Tints of Bone #DAC6B0
RGB
CMYK
RGB Variations
Color information
#DAC6B0 (or 0xDAC6B0) is known color: Bone. HEX triplet: DA, C6 and B0. RGB value is (218,198,176). Sum of RGB (Red+Green+Blue) = 218+198+176=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC6B0 is #25394F. Grayscale: #C9C9C9. Windows color (decimal): -2439504 or 11585242. OLE color: 11585242.
HSL color Cylindrical-coordinate representation of color #DAC6B0: hue angle of 31.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAC6B0 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 176 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.15 |
| HSL | 31.43º | 0.36% | 0.77% | - |
| HSV(B) | 31.43º | 0.19% | 0.85% | - |
| XYZ | 56.94 | 58.43 | 49.35 | - |
| YUV | 201.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 176 | 0 | 0.09 | 0.19 | 0.15 | 31.43 | 0.36 | 0.77 |
| Hex | DA | C6 | B0 | 0 | 9 | 13 | F | 1F | 24 | 4D |
| Octal | 332 | 306 | 260 | 0 | 11 | 23 | 17 | 37 | 44 | 115 |
| Binary | 11011010 | 11000110 | 10110000 | 0 | 1001 | 10011 | 1111 | 11111 | 100100 | 1001101 |
Color Harmonies of #DAC6B0
Complementary color
Monochromatic Colors of #DAC6B0
Black with #DAC6B0
Text Example
Text Example
White with #DAC6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6B0; }
p { color: rgb(218,198,176); }
H1.HeaderClassName
{
color: #DAC6B0;
}
.AnyTagClassName
{
color: #DAC6B0;
}
</style>
background-color css
<style>
a { background-color: #DAC6B0; }
a { background-color: rgb(218,198,176); }
div.DivClassName
{
background-color: #DAC6B0;
}
.BgClassName
{
background-color: #DAC6B0;
}
</style>
border-color css
<style>
span { border-color: #DAC6B0; }
span { border-color: rgb(218,198,176); }
td.TdClassName
{
border-color: #DAC6B0;
}
.TagClassName
{
border-color: #DAC6B0;
}
</style>