Shades of Fallow #D3A06F
Tints of Fallow #D3A06F
RGB
CMYK
RGB Variations
Color information
#D3A06F (or 0xD3A06F) is known color: Fallow. HEX triplet: D3, A0 and 6F. RGB value is (211,160,111). Sum of RGB (Red+Green+Blue) = 211+160+111=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A06F is #2C5F90. Grayscale: #A9A9A9. Windows color (decimal): -2908049 or 7315667. OLE color: 7315667.
HSL color Cylindrical-coordinate representation of color #D3A06F: hue angle of 29.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3A06F is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 160 | 111 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.17 |
| HSL | 29.4º | 0.53% | 0.63% | - |
| HSV(B) | 29.4º | 0.47% | 0.83% | - |
| XYZ | 42.3 | 40.14 | 20.56 | - |
| YUV | 169.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 160 | 111 | 0 | 0.24 | 0.47 | 0.17 | 29.4 | 0.53 | 0.63 |
| Hex | D3 | A0 | 6F | 0 | 18 | 2F | 11 | 1D | 35 | 3F |
| Octal | 323 | 240 | 157 | 0 | 30 | 57 | 21 | 35 | 65 | 77 |
| Binary | 11010011 | 10100000 | 1101111 | 0 | 11000 | 101111 | 10001 | 11101 | 110101 | 111111 |
Color Harmonies of #D3A06F
Complementary color
Monochromatic Colors of #D3A06F
Black with #D3A06F
Text Example
Text Example
White with #D3A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A06F; }
p { color: rgb(211,160,111); }
H1.HeaderClassName
{
color: #D3A06F;
}
.AnyTagClassName
{
color: #D3A06F;
}
</style>
background-color css
<style>
a { background-color: #D3A06F; }
a { background-color: rgb(211,160,111); }
div.DivClassName
{
background-color: #D3A06F;
}
.BgClassName
{
background-color: #D3A06F;
}
</style>
border-color css
<style>
span { border-color: #D3A06F; }
span { border-color: rgb(211,160,111); }
td.TdClassName
{
border-color: #D3A06F;
}
.TagClassName
{
border-color: #D3A06F;
}
</style>