Shades of Bone #DAC3AC
Tints of Bone #DAC3AC
RGB
CMYK
RGB Variations
Color information
#DAC3AC (or 0xDAC3AC) is known color: Bone. HEX triplet: DA, C3 and AC. RGB value is (218,195,172). Sum of RGB (Red+Green+Blue) = 218+195+172=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC3AC is #253C53. Grayscale: #C7C7C7. Windows color (decimal): -2440276 or 11322330. OLE color: 11322330.
HSL color Cylindrical-coordinate representation of color #DAC3AC: hue angle of 30º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAC3AC is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 195 | 172 | - |
CMYK | 0 | 0.11 | 0.21 | 0.15 |
HSL | 30º | 0.38% | 0.76% | - |
HSV(B) | 30º | 0.21% | 0.85% | - |
XYZ | 55.87 | 56.91 | 47.07 | - |
YUV | 199.26 | 112.62 | 141.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 195 | 172 | 0 | 0.11 | 0.21 | 0.15 | 30 | 0.38 | 0.76 |
Hex | DA | C3 | AC | 0 | B | 15 | F | 1E | 26 | 4C |
Octal | 332 | 303 | 254 | 0 | 13 | 25 | 17 | 36 | 46 | 114 |
Binary | 11011010 | 11000011 | 10101100 | 0 | 1011 | 10101 | 1111 | 11110 | 100110 | 1001100 |
Color Harmonies of #DAC3AC
Complementary color
Monochromatic Colors of #DAC3AC
Black with #DAC3AC
Text Example
Text Example
White with #DAC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3AC; }
p { color: rgb(218,195,172); }
H1.HeaderClassName
{
color: #DAC3AC;
}
.AnyTagClassName
{
color: #DAC3AC;
}
</style>
background-color css
<style>
a { background-color: #DAC3AC; }
a { background-color: rgb(218,195,172); }
div.DivClassName
{
background-color: #DAC3AC;
}
.BgClassName
{
background-color: #DAC3AC;
}
</style>
border-color css
<style>
span { border-color: #DAC3AC; }
span { border-color: rgb(218,195,172); }
td.TdClassName
{
border-color: #DAC3AC;
}
.TagClassName
{
border-color: #DAC3AC;
}
</style>