Shades of Bone #DABDA5
Tints of Bone #DABDA5
RGB
CMYK
RGB Variations
Color information
#DABDA5 (or 0xDABDA5) is known color: Bone. HEX triplet: DA, BD and A5. RGB value is (218,189,165). Sum of RGB (Red+Green+Blue) = 218+189+165=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDA5 is #25425A. Grayscale: #C3C3C3. Windows color (decimal): -2441819 or 10862042. OLE color: 10862042.
HSL color Cylindrical-coordinate representation of color #DABDA5: hue angle of 27.17º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DABDA5 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 165 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.15 |
| HSL | 27.17º | 0.42% | 0.75% | - |
| HSV(B) | 27.17º | 0.24% | 0.85% | - |
| XYZ | 53.9 | 54.02 | 43.18 | - |
| YUV | 194.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 165 | 0 | 0.13 | 0.24 | 0.15 | 27.17 | 0.42 | 0.75 |
| Hex | DA | BD | A5 | 0 | D | 18 | F | 1B | 2A | 4B |
| Octal | 332 | 275 | 245 | 0 | 15 | 30 | 17 | 33 | 52 | 113 |
| Binary | 11011010 | 10111101 | 10100101 | 0 | 1101 | 11000 | 1111 | 11011 | 101010 | 1001011 |
Color Harmonies of #DABDA5
Complementary color
Monochromatic Colors of #DABDA5
Black with #DABDA5
Text Example
Text Example
White with #DABDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDA5; }
p { color: rgb(218,189,165); }
H1.HeaderClassName
{
color: #DABDA5;
}
.AnyTagClassName
{
color: #DABDA5;
}
</style>
background-color css
<style>
a { background-color: #DABDA5; }
a { background-color: rgb(218,189,165); }
div.DivClassName
{
background-color: #DABDA5;
}
.BgClassName
{
background-color: #DABDA5;
}
</style>
border-color css
<style>
span { border-color: #DABDA5; }
span { border-color: rgb(218,189,165); }
td.TdClassName
{
border-color: #DABDA5;
}
.TagClassName
{
border-color: #DABDA5;
}
</style>