Shades of Fallow #D1A171
Tints of Fallow #D1A171
RGB
CMYK
RGB Variations
Color information
#D1A171 (or 0xD1A171) is known color: Fallow. HEX triplet: D1, A1 and 71. RGB value is (209,161,113). Sum of RGB (Red+Green+Blue) = 209+161+113=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A171 is #2E5E8E. Grayscale: #AAAAAA. Windows color (decimal): -3038863 or 7446993. OLE color: 7446993.
HSL color Cylindrical-coordinate representation of color #D1A171: hue angle of 30º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1A171 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 161 | 113 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.18 |
| HSL | 30º | 0.51% | 0.63% | - |
| HSV(B) | 30º | 0.46% | 0.82% | - |
| XYZ | 42.02 | 40.24 | 21.17 | - |
| YUV | 169.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 161 | 113 | 0 | 0.23 | 0.46 | 0.18 | 30 | 0.51 | 0.63 |
| Hex | D1 | A1 | 71 | 0 | 17 | 2E | 12 | 1E | 33 | 3F |
| Octal | 321 | 241 | 161 | 0 | 27 | 56 | 22 | 36 | 63 | 77 |
| Binary | 11010001 | 10100001 | 1110001 | 0 | 10111 | 101110 | 10010 | 11110 | 110011 | 111111 |
Color Harmonies of #D1A171
Complementary color
Monochromatic Colors of #D1A171
Black with #D1A171
Text Example
Text Example
White with #D1A171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A171; }
p { color: rgb(209,161,113); }
H1.HeaderClassName
{
color: #D1A171;
}
.AnyTagClassName
{
color: #D1A171;
}
</style>
background-color css
<style>
a { background-color: #D1A171; }
a { background-color: rgb(209,161,113); }
div.DivClassName
{
background-color: #D1A171;
}
.BgClassName
{
background-color: #D1A171;
}
</style>
border-color css
<style>
span { border-color: #D1A171; }
span { border-color: rgb(209,161,113); }
td.TdClassName
{
border-color: #D1A171;
}
.TagClassName
{
border-color: #D1A171;
}
</style>