Shades of Shilo #DFB0AA
Tints of Shilo #DFB0AA
RGB
CMYK
RGB Variations
Color information
#DFB0AA (or 0xDFB0AA) is known color: Shilo. HEX triplet: DF, B0 and AA. RGB value is (223,176,170). Sum of RGB (Red+Green+Blue) = 223+176+170=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB0AA is #204F55. Grayscale: #BDBDBD. Windows color (decimal): -2117462 or 11186399. OLE color: 11186399.
HSL color Cylindrical-coordinate representation of color #DFB0AA: hue angle of 6.79º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB0AA is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 170 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.13 |
| HSL | 6.79º | 0.45% | 0.77% | - |
| HSV(B) | 6.79º | 0.24% | 0.87% | - |
| XYZ | 53.21 | 49.64 | 44.81 | - |
| YUV | 189.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 170 | 0 | 0.21 | 0.24 | 0.13 | 6.79 | 0.45 | 0.77 |
| Hex | DF | B0 | AA | 0 | 15 | 18 | D | 7 | 2D | 4D |
| Octal | 337 | 260 | 252 | 0 | 25 | 30 | 15 | 7 | 55 | 115 |
| Binary | 11011111 | 10110000 | 10101010 | 0 | 10101 | 11000 | 1101 | 111 | 101101 | 1001101 |
Color Harmonies of #DFB0AA
Complementary color
Monochromatic Colors of #DFB0AA
Black with #DFB0AA
Text Example
Text Example
White with #DFB0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0AA; }
p { color: rgb(223,176,170); }
H1.HeaderClassName
{
color: #DFB0AA;
}
.AnyTagClassName
{
color: #DFB0AA;
}
</style>
background-color css
<style>
a { background-color: #DFB0AA; }
a { background-color: rgb(223,176,170); }
div.DivClassName
{
background-color: #DFB0AA;
}
.BgClassName
{
background-color: #DFB0AA;
}
</style>
border-color css
<style>
span { border-color: #DFB0AA; }
span { border-color: rgb(223,176,170); }
td.TdClassName
{
border-color: #DFB0AA;
}
.TagClassName
{
border-color: #DFB0AA;
}
</style>