Shades of Fallow #D1A16A
Tints of Fallow #D1A16A
RGB
CMYK
RGB Variations
Color information
#D1A16A (or 0xD1A16A) is known color: Fallow. HEX triplet: D1, A1 and 6A. RGB value is (209,161,106). Sum of RGB (Red+Green+Blue) = 209+161+106=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A16A is #2E5E95. Grayscale: #A9A9A9. Windows color (decimal): -3038870 or 6988241. OLE color: 6988241.
HSL color Cylindrical-coordinate representation of color #D1A16A: hue angle of 32.04º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1A16A is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 161 | 106 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.18 |
| HSL | 32.04º | 0.53% | 0.62% | - |
| HSV(B) | 32.04º | 0.49% | 0.82% | - |
| XYZ | 41.64 | 40.09 | 19.18 | - |
| YUV | 169.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 161 | 106 | 0 | 0.23 | 0.49 | 0.18 | 32.04 | 0.53 | 0.62 |
| Hex | D1 | A1 | 6A | 0 | 17 | 31 | 12 | 20 | 35 | 3E |
| Octal | 321 | 241 | 152 | 0 | 27 | 61 | 22 | 40 | 65 | 76 |
| Binary | 11010001 | 10100001 | 1101010 | 0 | 10111 | 110001 | 10010 | 100000 | 110101 | 111110 |
Color Harmonies of #D1A16A
Complementary color
Monochromatic Colors of #D1A16A
Black with #D1A16A
Text Example
Text Example
White with #D1A16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A16A; }
p { color: rgb(209,161,106); }
H1.HeaderClassName
{
color: #D1A16A;
}
.AnyTagClassName
{
color: #D1A16A;
}
</style>
background-color css
<style>
a { background-color: #D1A16A; }
a { background-color: rgb(209,161,106); }
div.DivClassName
{
background-color: #D1A16A;
}
.BgClassName
{
background-color: #D1A16A;
}
</style>
border-color css
<style>
span { border-color: #D1A16A; }
span { border-color: rgb(209,161,106); }
td.TdClassName
{
border-color: #D1A16A;
}
.TagClassName
{
border-color: #D1A16A;
}
</style>