Shades of Bone #DFC9B2
Tints of Bone #DFC9B2
RGB
CMYK
RGB Variations
Color information
#DFC9B2 (or 0xDFC9B2) is known color: Bone. HEX triplet: DF, C9 and B2. RGB value is (223,201,178). Sum of RGB (Red+Green+Blue) = 223+201+178=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC9B2 is #20364D. Grayscale: #CDCDCD. Windows color (decimal): -2111054 or 11717087. OLE color: 11717087.
HSL color Cylindrical-coordinate representation of color #DFC9B2: hue angle of 30.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFC9B2 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 178 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.13 |
| HSL | 30.67º | 0.41% | 0.79% | - |
| HSV(B) | 30.67º | 0.2% | 0.87% | - |
| XYZ | 59.35 | 60.68 | 50.7 | - |
| YUV | 204.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 178 | 0 | 0.10 | 0.20 | 0.13 | 30.67 | 0.41 | 0.79 |
| Hex | DF | C9 | B2 | 0 | A | 14 | D | 1F | 29 | 4F |
| Octal | 337 | 311 | 262 | 0 | 12 | 24 | 15 | 37 | 51 | 117 |
| Binary | 11011111 | 11001001 | 10110010 | 0 | 1010 | 10100 | 1101 | 11111 | 101001 | 1001111 |
Color Harmonies of #DFC9B2
Complementary color
Monochromatic Colors of #DFC9B2
Black with #DFC9B2
Text Example
Text Example
White with #DFC9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9B2; }
p { color: rgb(223,201,178); }
H1.HeaderClassName
{
color: #DFC9B2;
}
.AnyTagClassName
{
color: #DFC9B2;
}
</style>
background-color css
<style>
a { background-color: #DFC9B2; }
a { background-color: rgb(223,201,178); }
div.DivClassName
{
background-color: #DFC9B2;
}
.BgClassName
{
background-color: #DFC9B2;
}
</style>
border-color css
<style>
span { border-color: #DFC9B2; }
span { border-color: rgb(223,201,178); }
td.TdClassName
{
border-color: #DFC9B2;
}
.TagClassName
{
border-color: #DFC9B2;
}
</style>