Shades of Bone #D4C2B3
Tints of Bone #D4C2B3
RGB
CMYK
RGB Variations
Color information
#D4C2B3 (or 0xD4C2B3) is known color: Bone. HEX triplet: D4, C2 and B3. RGB value is (212,194,179). Sum of RGB (Red+Green+Blue) = 212+194+179=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C2B3 is #2B3D4C. Grayscale: #C5C5C5. Windows color (decimal): -2833741 or 11780820. OLE color: 11780820.
HSL color Cylindrical-coordinate representation of color #D4C2B3: hue angle of 27.27º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4C2B3 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 194 | 179 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.17 |
| HSL | 27.27º | 0.28% | 0.77% | - |
| HSV(B) | 27.27º | 0.16% | 0.83% | - |
| XYZ | 54.58 | 55.84 | 50.55 | - |
| YUV | 197.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 194 | 179 | 0 | 0.08 | 0.16 | 0.17 | 27.27 | 0.28 | 0.77 |
| Hex | D4 | C2 | B3 | 0 | 8 | 10 | 11 | 1B | 1C | 4D |
| Octal | 324 | 302 | 263 | 0 | 10 | 20 | 21 | 33 | 34 | 115 |
| Binary | 11010100 | 11000010 | 10110011 | 0 | 1000 | 10000 | 10001 | 11011 | 11100 | 1001101 |
Color Harmonies of #D4C2B3
Complementary color
Monochromatic Colors of #D4C2B3
Black with #D4C2B3
Text Example
Text Example
White with #D4C2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C2B3; }
p { color: rgb(212,194,179); }
H1.HeaderClassName
{
color: #D4C2B3;
}
.AnyTagClassName
{
color: #D4C2B3;
}
</style>
background-color css
<style>
a { background-color: #D4C2B3; }
a { background-color: rgb(212,194,179); }
div.DivClassName
{
background-color: #D4C2B3;
}
.BgClassName
{
background-color: #D4C2B3;
}
</style>
border-color css
<style>
span { border-color: #D4C2B3; }
span { border-color: rgb(212,194,179); }
td.TdClassName
{
border-color: #D4C2B3;
}
.TagClassName
{
border-color: #D4C2B3;
}
</style>