Shades of Fallow #D1A16E
Tints of Fallow #D1A16E
RGB
CMYK
RGB Variations
Color information
#D1A16E (or 0xD1A16E) is known color: Fallow. HEX triplet: D1, A1 and 6E. RGB value is (209,161,110). Sum of RGB (Red+Green+Blue) = 209+161+110=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A16E is #2E5E91. Grayscale: #A9A9A9. Windows color (decimal): -3038866 or 7250385. OLE color: 7250385.
HSL color Cylindrical-coordinate representation of color #D1A16E: hue angle of 30.91º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1A16E is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 161 | 110 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.18 |
| HSL | 30.91º | 0.52% | 0.63% | - |
| HSV(B) | 30.91º | 0.47% | 0.82% | - |
| XYZ | 41.85 | 40.17 | 20.3 | - |
| YUV | 169.54 | 94.4 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 161 | 110 | 0 | 0.23 | 0.47 | 0.18 | 30.91 | 0.52 | 0.63 |
| Hex | D1 | A1 | 6E | 0 | 17 | 2F | 12 | 1F | 34 | 3F |
| Octal | 321 | 241 | 156 | 0 | 27 | 57 | 22 | 37 | 64 | 77 |
| Binary | 11010001 | 10100001 | 1101110 | 0 | 10111 | 101111 | 10010 | 11111 | 110100 | 111111 |
Color Harmonies of #D1A16E
Complementary color
Monochromatic Colors of #D1A16E
Black with #D1A16E
Text Example
Text Example
White with #D1A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A16E; }
p { color: rgb(209,161,110); }
H1.HeaderClassName
{
color: #D1A16E;
}
.AnyTagClassName
{
color: #D1A16E;
}
</style>
background-color css
<style>
a { background-color: #D1A16E; }
a { background-color: rgb(209,161,110); }
div.DivClassName
{
background-color: #D1A16E;
}
.BgClassName
{
background-color: #D1A16E;
}
</style>
border-color css
<style>
span { border-color: #D1A16E; }
span { border-color: rgb(209,161,110); }
td.TdClassName
{
border-color: #D1A16E;
}
.TagClassName
{
border-color: #D1A16E;
}
</style>