Shades of Bone #DAC7B2
Tints of Bone #DAC7B2
RGB
CMYK
RGB Variations
Color information
#DAC7B2 (or 0xDAC7B2) is known color: Bone. HEX triplet: DA, C7 and B2. RGB value is (218,199,178). Sum of RGB (Red+Green+Blue) = 218+199+178=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 178 (69.92% from 255 or 29.92% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC7B2 is #25384D. Grayscale: #CACACA. Windows color (decimal): -2439246 or 11716570. OLE color: 11716570.
HSL color Cylindrical-coordinate representation of color #DAC7B2: hue angle of 31.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAC7B2 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 178 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.15 |
| HSL | 31.5º | 0.35% | 0.78% | - |
| HSV(B) | 31.5º | 0.18% | 0.85% | - |
| XYZ | 57.37 | 58.97 | 50.48 | - |
| YUV | 202.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 178 | 0 | 0.09 | 0.18 | 0.15 | 31.5 | 0.35 | 0.78 |
| Hex | DA | C7 | B2 | 0 | 9 | 12 | F | 1F | 23 | 4E |
| Octal | 332 | 307 | 262 | 0 | 11 | 22 | 17 | 37 | 43 | 116 |
| Binary | 11011010 | 11000111 | 10110010 | 0 | 1001 | 10010 | 1111 | 11111 | 100011 | 1001110 |
Color Harmonies of #DAC7B2
Complementary color
Monochromatic Colors of #DAC7B2
Black with #DAC7B2
Text Example
Text Example
White with #DAC7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7B2; }
p { color: rgb(218,199,178); }
H1.HeaderClassName
{
color: #DAC7B2;
}
.AnyTagClassName
{
color: #DAC7B2;
}
</style>
background-color css
<style>
a { background-color: #DAC7B2; }
a { background-color: rgb(218,199,178); }
div.DivClassName
{
background-color: #DAC7B2;
}
.BgClassName
{
background-color: #DAC7B2;
}
</style>
border-color css
<style>
span { border-color: #DAC7B2; }
span { border-color: rgb(218,199,178); }
td.TdClassName
{
border-color: #DAC7B2;
}
.TagClassName
{
border-color: #DAC7B2;
}
</style>