Shades of Bone #D9C2AC
Tints of Bone #D9C2AC
RGB
CMYK
RGB Variations
Color information
#D9C2AC (or 0xD9C2AC) is known color: Bone. HEX triplet: D9, C2 and AC. RGB value is (217,194,172). Sum of RGB (Red+Green+Blue) = 217+194+172=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C2AC is #263D53. Grayscale: #C6C6C6. Windows color (decimal): -2506068 or 11322073. OLE color: 11322073.
HSL color Cylindrical-coordinate representation of color #D9C2AC: hue angle of 29.33º degrees, saturation: 0.37, 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 #D9C2AC is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 194 | 172 | - |
CMYK | 0 | 0.11 | 0.21 | 0.15 |
HSL | 29.33º | 0.37% | 0.76% | - |
HSV(B) | 29.33º | 0.21% | 0.85% | - |
XYZ | 55.35 | 56.31 | 46.98 | - |
YUV | 198.37 | 113.12 | 141.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 194 | 172 | 0 | 0.11 | 0.21 | 0.15 | 29.33 | 0.37 | 0.76 |
Hex | D9 | C2 | AC | 0 | B | 15 | F | 1D | 25 | 4C |
Octal | 331 | 302 | 254 | 0 | 13 | 25 | 17 | 35 | 45 | 114 |
Binary | 11011001 | 11000010 | 10101100 | 0 | 1011 | 10101 | 1111 | 11101 | 100101 | 1001100 |
Color Harmonies of #D9C2AC
Complementary color
Monochromatic Colors of #D9C2AC
Black with #D9C2AC
Text Example
Text Example
White with #D9C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C2AC; }
p { color: rgb(217,194,172); }
H1.HeaderClassName
{
color: #D9C2AC;
}
.AnyTagClassName
{
color: #D9C2AC;
}
</style>
background-color css
<style>
a { background-color: #D9C2AC; }
a { background-color: rgb(217,194,172); }
div.DivClassName
{
background-color: #D9C2AC;
}
.BgClassName
{
background-color: #D9C2AC;
}
</style>
border-color css
<style>
span { border-color: #D9C2AC; }
span { border-color: rgb(217,194,172); }
td.TdClassName
{
border-color: #D9C2AC;
}
.TagClassName
{
border-color: #D9C2AC;
}
</style>