Shades of Fallow #D1A069
Tints of Fallow #D1A069
RGB
CMYK
RGB Variations
Color information
#D1A069 (or 0xD1A069) is known color: Fallow. HEX triplet: D1, A0 and 69. RGB value is (209,160,105). Sum of RGB (Red+Green+Blue) = 209+160+105=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A069 is #2E5F96. Grayscale: #A8A8A8. Windows color (decimal): -3039127 or 6922449. OLE color: 6922449.
HSL color Cylindrical-coordinate representation of color #D1A069: hue angle of 31.73º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1A069 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 105 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.18 |
| HSL | 31.73º | 0.53% | 0.62% | - |
| HSV(B) | 31.73º | 0.5% | 0.82% | - |
| XYZ | 41.42 | 39.72 | 18.85 | - |
| YUV | 168.38 | 92.23 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 105 | 0 | 0.23 | 0.50 | 0.18 | 31.73 | 0.53 | 0.62 |
| Hex | D1 | A0 | 69 | 0 | 17 | 32 | 12 | 20 | 35 | 3E |
| Octal | 321 | 240 | 151 | 0 | 27 | 62 | 22 | 40 | 65 | 76 |
| Binary | 11010001 | 10100000 | 1101001 | 0 | 10111 | 110010 | 10010 | 100000 | 110101 | 111110 |
Color Harmonies of #D1A069
Complementary color
Monochromatic Colors of #D1A069
Black with #D1A069
Text Example
Text Example
White with #D1A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A069; }
p { color: rgb(209,160,105); }
H1.HeaderClassName
{
color: #D1A069;
}
.AnyTagClassName
{
color: #D1A069;
}
</style>
background-color css
<style>
a { background-color: #D1A069; }
a { background-color: rgb(209,160,105); }
div.DivClassName
{
background-color: #D1A069;
}
.BgClassName
{
background-color: #D1A069;
}
</style>
border-color css
<style>
span { border-color: #D1A069; }
span { border-color: rgb(209,160,105); }
td.TdClassName
{
border-color: #D1A069;
}
.TagClassName
{
border-color: #D1A069;
}
</style>