Shades of Bone #DAC2AB
Tints of Bone #DAC2AB
RGB
CMYK
RGB Variations
Color information
#DAC2AB (or 0xDAC2AB) is known color: Bone. HEX triplet: DA, C2 and AB. RGB value is (218,194,171). Sum of RGB (Red+Green+Blue) = 218+194+171=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC2AB is #253D54. Grayscale: #C6C6C6. Windows color (decimal): -2440533 or 11256538. OLE color: 11256538.
HSL color Cylindrical-coordinate representation of color #DAC2AB: hue angle of 29.36º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAC2AB is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 171 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.15 |
| HSL | 29.36º | 0.39% | 0.76% | - |
| HSV(B) | 29.36º | 0.22% | 0.85% | - |
| XYZ | 55.56 | 56.43 | 46.49 | - |
| YUV | 198.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 171 | 0 | 0.11 | 0.22 | 0.15 | 29.36 | 0.39 | 0.76 |
| Hex | DA | C2 | AB | 0 | B | 16 | F | 1D | 27 | 4C |
| Octal | 332 | 302 | 253 | 0 | 13 | 26 | 17 | 35 | 47 | 114 |
| Binary | 11011010 | 11000010 | 10101011 | 0 | 1011 | 10110 | 1111 | 11101 | 100111 | 1001100 |
Color Harmonies of #DAC2AB
Complementary color
Monochromatic Colors of #DAC2AB
Black with #DAC2AB
Text Example
Text Example
White with #DAC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2AB; }
p { color: rgb(218,194,171); }
H1.HeaderClassName
{
color: #DAC2AB;
}
.AnyTagClassName
{
color: #DAC2AB;
}
</style>
background-color css
<style>
a { background-color: #DAC2AB; }
a { background-color: rgb(218,194,171); }
div.DivClassName
{
background-color: #DAC2AB;
}
.BgClassName
{
background-color: #DAC2AB;
}
</style>
border-color css
<style>
span { border-color: #DAC2AB; }
span { border-color: rgb(218,194,171); }
td.TdClassName
{
border-color: #DAC2AB;
}
.TagClassName
{
border-color: #DAC2AB;
}
</style>