Shades of Bone #DFCAB4
Tints of Bone #DFCAB4
RGB
CMYK
RGB Variations
Color information
#DFCAB4 (or 0xDFCAB4) is known color: Bone. HEX triplet: DF, CA and B4. RGB value is (223,202,180). Sum of RGB (Red+Green+Blue) = 223+202+180=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAB4 is #20354B. Grayscale: #CDCDCD. Windows color (decimal): -2110796 or 11848415. OLE color: 11848415.
HSL color Cylindrical-coordinate representation of color #DFCAB4: hue angle of 30.7º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFCAB4 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 202 | 180 | - |
CMYK | 0 | 0.09 | 0.19 | 0.13 |
HSL | 30.7º | 0.4% | 0.79% | - |
HSV(B) | 30.7º | 0.19% | 0.87% | - |
XYZ | 59.79 | 61.22 | 51.85 | - |
YUV | 205.77 | 113.46 | 140.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 202 | 180 | 0 | 0.09 | 0.19 | 0.13 | 30.7 | 0.4 | 0.79 |
Hex | DF | CA | B4 | 0 | 9 | 13 | D | 1F | 28 | 4F |
Octal | 337 | 312 | 264 | 0 | 11 | 23 | 15 | 37 | 50 | 117 |
Binary | 11011111 | 11001010 | 10110100 | 0 | 1001 | 10011 | 1101 | 11111 | 101000 | 1001111 |
Color Harmonies of #DFCAB4
Complementary color
Monochromatic Colors of #DFCAB4
Black with #DFCAB4
Text Example
Text Example
White with #DFCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAB4; }
p { color: rgb(223,202,180); }
H1.HeaderClassName
{
color: #DFCAB4;
}
.AnyTagClassName
{
color: #DFCAB4;
}
</style>
background-color css
<style>
a { background-color: #DFCAB4; }
a { background-color: rgb(223,202,180); }
div.DivClassName
{
background-color: #DFCAB4;
}
.BgClassName
{
background-color: #DFCAB4;
}
</style>
border-color css
<style>
span { border-color: #DFCAB4; }
span { border-color: rgb(223,202,180); }
td.TdClassName
{
border-color: #DFCAB4;
}
.TagClassName
{
border-color: #DFCAB4;
}
</style>