Shades of Shilo #DFAB9B
Tints of Shilo #DFAB9B
RGB
CMYK
RGB Variations
Color information
#DFAB9B (or 0xDFAB9B) is known color: Shilo. HEX triplet: DF, AB and 9B. RGB value is (223,171,155). Sum of RGB (Red+Green+Blue) = 223+171+155=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAB9B is #205464. Grayscale: #B8B8B8. Windows color (decimal): -2118757 or 10202079. OLE color: 10202079.
HSL color Cylindrical-coordinate representation of color #DFAB9B: hue angle of 14.12º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFAB9B is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 155 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.13 |
| HSL | 14.12º | 0.52% | 0.74% | - |
| HSV(B) | 14.12º | 0.3% | 0.87% | - |
| XYZ | 50.91 | 47.18 | 37.43 | - |
| YUV | 184.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 155 | 0 | 0.23 | 0.30 | 0.13 | 14.12 | 0.52 | 0.74 |
| Hex | DF | AB | 9B | 0 | 17 | 1E | D | E | 34 | 4A |
| Octal | 337 | 253 | 233 | 0 | 27 | 36 | 15 | 16 | 64 | 112 |
| Binary | 11011111 | 10101011 | 10011011 | 0 | 10111 | 11110 | 1101 | 1110 | 110100 | 1001010 |
Color Harmonies of #DFAB9B
Complementary color
Monochromatic Colors of #DFAB9B
Black with #DFAB9B
Text Example
Text Example
White with #DFAB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB9B; }
p { color: rgb(223,171,155); }
H1.HeaderClassName
{
color: #DFAB9B;
}
.AnyTagClassName
{
color: #DFAB9B;
}
</style>
background-color css
<style>
a { background-color: #DFAB9B; }
a { background-color: rgb(223,171,155); }
div.DivClassName
{
background-color: #DFAB9B;
}
.BgClassName
{
background-color: #DFAB9B;
}
</style>
border-color css
<style>
span { border-color: #DFAB9B; }
span { border-color: rgb(223,171,155); }
td.TdClassName
{
border-color: #DFAB9B;
}
.TagClassName
{
border-color: #DFAB9B;
}
</style>