Shades of Bone #DAC1AD
Tints of Bone #DAC1AD
RGB
CMYK
RGB Variations
Color information
#DAC1AD (or 0xDAC1AD) is known color: Bone. HEX triplet: DA, C1 and AD. RGB value is (218,193,173). Sum of RGB (Red+Green+Blue) = 218+193+173=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC1AD is #253E52. Grayscale: #C6C6C6. Windows color (decimal): -2440787 or 11387354. OLE color: 11387354.
HSL color Cylindrical-coordinate representation of color #DAC1AD: hue angle of 26.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAC1AD is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 173 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.15 |
| HSL | 26.67º | 0.38% | 0.77% | - |
| HSV(B) | 26.67º | 0.21% | 0.85% | - |
| XYZ | 55.53 | 56.06 | 47.43 | - |
| YUV | 198.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 173 | 0 | 0.11 | 0.21 | 0.15 | 26.67 | 0.38 | 0.77 |
| Hex | DA | C1 | AD | 0 | B | 15 | F | 1B | 26 | 4D |
| Octal | 332 | 301 | 255 | 0 | 13 | 25 | 17 | 33 | 46 | 115 |
| Binary | 11011010 | 11000001 | 10101101 | 0 | 1011 | 10101 | 1111 | 11011 | 100110 | 1001101 |
Color Harmonies of #DAC1AD
Complementary color
Monochromatic Colors of #DAC1AD
Black with #DAC1AD
Text Example
Text Example
White with #DAC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1AD; }
p { color: rgb(218,193,173); }
H1.HeaderClassName
{
color: #DAC1AD;
}
.AnyTagClassName
{
color: #DAC1AD;
}
</style>
background-color css
<style>
a { background-color: #DAC1AD; }
a { background-color: rgb(218,193,173); }
div.DivClassName
{
background-color: #DAC1AD;
}
.BgClassName
{
background-color: #DAC1AD;
}
</style>
border-color css
<style>
span { border-color: #DAC1AD; }
span { border-color: rgb(218,193,173); }
td.TdClassName
{
border-color: #DAC1AD;
}
.TagClassName
{
border-color: #DAC1AD;
}
</style>