Shades of Shilo #DFB6A5
Tints of Shilo #DFB6A5
RGB
CMYK
RGB Variations
Color information
#DFB6A5 (or 0xDFB6A5) is known color: Shilo. HEX triplet: DF, B6 and A5. RGB value is (223,182,165). Sum of RGB (Red+Green+Blue) = 223+182+165=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB6A5 is #20495A. Grayscale: #C0C0C0. Windows color (decimal): -2115931 or 10860255. OLE color: 10860255.
HSL color Cylindrical-coordinate representation of color #DFB6A5: hue angle of 17.59º 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 #DFB6A5 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 165 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.13 |
| HSL | 17.59º | 0.48% | 0.76% | - |
| HSV(B) | 17.59º | 0.26% | 0.87% | - |
| XYZ | 53.95 | 51.86 | 42.76 | - |
| YUV | 192.32 | 112.58 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 165 | 0 | 0.18 | 0.26 | 0.13 | 17.59 | 0.48 | 0.76 |
| Hex | DF | B6 | A5 | 0 | 12 | 1A | D | 12 | 30 | 4C |
| Octal | 337 | 266 | 245 | 0 | 22 | 32 | 15 | 22 | 60 | 114 |
| Binary | 11011111 | 10110110 | 10100101 | 0 | 10010 | 11010 | 1101 | 10010 | 110000 | 1001100 |
Color Harmonies of #DFB6A5
Complementary color
Monochromatic Colors of #DFB6A5
Black with #DFB6A5
Text Example
Text Example
White with #DFB6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6A5; }
p { color: rgb(223,182,165); }
H1.HeaderClassName
{
color: #DFB6A5;
}
.AnyTagClassName
{
color: #DFB6A5;
}
</style>
background-color css
<style>
a { background-color: #DFB6A5; }
a { background-color: rgb(223,182,165); }
div.DivClassName
{
background-color: #DFB6A5;
}
.BgClassName
{
background-color: #DFB6A5;
}
</style>
border-color css
<style>
span { border-color: #DFB6A5; }
span { border-color: rgb(223,182,165); }
td.TdClassName
{
border-color: #DFB6A5;
}
.TagClassName
{
border-color: #DFB6A5;
}
</style>