Shades of Shilo #DFB0A4
Tints of Shilo #DFB0A4
RGB
CMYK
RGB Variations
Color information
#DFB0A4 (or 0xDFB0A4) is known color: Shilo. HEX triplet: DF, B0 and A4. RGB value is (223,176,164). Sum of RGB (Red+Green+Blue) = 223+176+164=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB0A4 is #204F5B. Grayscale: #BCBCBC. Windows color (decimal): -2117468 or 10793183. OLE color: 10793183.
HSL color Cylindrical-coordinate representation of color #DFB0A4: hue angle of 12.2º 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 #DFB0A4 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 164 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.13 |
| HSL | 12.2º | 0.48% | 0.76% | - |
| HSV(B) | 12.2º | 0.26% | 0.87% | - |
| XYZ | 52.66 | 49.42 | 41.89 | - |
| YUV | 188.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 164 | 0 | 0.21 | 0.26 | 0.13 | 12.2 | 0.48 | 0.76 |
| Hex | DF | B0 | A4 | 0 | 15 | 1A | D | C | 30 | 4C |
| Octal | 337 | 260 | 244 | 0 | 25 | 32 | 15 | 14 | 60 | 114 |
| Binary | 11011111 | 10110000 | 10100100 | 0 | 10101 | 11010 | 1101 | 1100 | 110000 | 1001100 |
Color Harmonies of #DFB0A4
Complementary color
Monochromatic Colors of #DFB0A4
Black with #DFB0A4
Text Example
Text Example
White with #DFB0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0A4; }
p { color: rgb(223,176,164); }
H1.HeaderClassName
{
color: #DFB0A4;
}
.AnyTagClassName
{
color: #DFB0A4;
}
</style>
background-color css
<style>
a { background-color: #DFB0A4; }
a { background-color: rgb(223,176,164); }
div.DivClassName
{
background-color: #DFB0A4;
}
.BgClassName
{
background-color: #DFB0A4;
}
</style>
border-color css
<style>
span { border-color: #DFB0A4; }
span { border-color: rgb(223,176,164); }
td.TdClassName
{
border-color: #DFB0A4;
}
.TagClassName
{
border-color: #DFB0A4;
}
</style>