Shades of Bone #DFC4A5
Tints of Bone #DFC4A5
RGB
CMYK
RGB Variations
Color information
#DFC4A5 (or 0xDFC4A5) is known color: Bone. HEX triplet: DF, C4 and A5. RGB value is (223,196,165). Sum of RGB (Red+Green+Blue) = 223+196+165=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC4A5 is #203B5A. Grayscale: #C8C8C8. Windows color (decimal): -2112347 or 10863839. OLE color: 10863839.
HSL color Cylindrical-coordinate representation of color #DFC4A5: hue angle of 32.07º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFC4A5 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 165 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.13 |
| HSL | 32.07º | 0.48% | 0.76% | - |
| HSV(B) | 32.07º | 0.26% | 0.87% | - |
| XYZ | 56.96 | 57.88 | 43.77 | - |
| YUV | 200.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 165 | 0 | 0.12 | 0.26 | 0.13 | 32.07 | 0.48 | 0.76 |
| Hex | DF | C4 | A5 | 0 | C | 1A | D | 20 | 30 | 4C |
| Octal | 337 | 304 | 245 | 0 | 14 | 32 | 15 | 40 | 60 | 114 |
| Binary | 11011111 | 11000100 | 10100101 | 0 | 1100 | 11010 | 1101 | 100000 | 110000 | 1001100 |
Color Harmonies of #DFC4A5
Complementary color
Monochromatic Colors of #DFC4A5
Black with #DFC4A5
Text Example
Text Example
White with #DFC4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4A5; }
p { color: rgb(223,196,165); }
H1.HeaderClassName
{
color: #DFC4A5;
}
.AnyTagClassName
{
color: #DFC4A5;
}
</style>
background-color css
<style>
a { background-color: #DFC4A5; }
a { background-color: rgb(223,196,165); }
div.DivClassName
{
background-color: #DFC4A5;
}
.BgClassName
{
background-color: #DFC4A5;
}
</style>
border-color css
<style>
span { border-color: #DFC4A5; }
span { border-color: rgb(223,196,165); }
td.TdClassName
{
border-color: #DFC4A5;
}
.TagClassName
{
border-color: #DFC4A5;
}
</style>