Shades of Fallow #D3A16F
Tints of Fallow #D3A16F
RGB
CMYK
RGB Variations
Color information
#D3A16F (or 0xD3A16F) is known color: Fallow. HEX triplet: D3, A1 and 6F. RGB value is (211,161,111). Sum of RGB (Red+Green+Blue) = 211+161+111=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A16F is #2C5E90. Grayscale: #AAAAAA. Windows color (decimal): -2907793 or 7315923. OLE color: 7315923.
HSL color Cylindrical-coordinate representation of color #D3A16F: hue angle of 30º 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 #D3A16F is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 111 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.17 |
| HSL | 30º | 0.53% | 0.63% | - |
| HSV(B) | 30º | 0.47% | 0.83% | - |
| XYZ | 42.48 | 40.49 | 20.61 | - |
| YUV | 170.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 111 | 0 | 0.24 | 0.47 | 0.17 | 30 | 0.53 | 0.63 |
| Hex | D3 | A1 | 6F | 0 | 18 | 2F | 11 | 1E | 35 | 3F |
| Octal | 323 | 241 | 157 | 0 | 30 | 57 | 21 | 36 | 65 | 77 |
| Binary | 11010011 | 10100001 | 1101111 | 0 | 11000 | 101111 | 10001 | 11110 | 110101 | 111111 |
Color Harmonies of #D3A16F
Complementary color
Monochromatic Colors of #D3A16F
Black with #D3A16F
Text Example
Text Example
White with #D3A16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A16F; }
p { color: rgb(211,161,111); }
H1.HeaderClassName
{
color: #D3A16F;
}
.AnyTagClassName
{
color: #D3A16F;
}
</style>
background-color css
<style>
a { background-color: #D3A16F; }
a { background-color: rgb(211,161,111); }
div.DivClassName
{
background-color: #D3A16F;
}
.BgClassName
{
background-color: #D3A16F;
}
</style>
border-color css
<style>
span { border-color: #D3A16F; }
span { border-color: rgb(211,161,111); }
td.TdClassName
{
border-color: #D3A16F;
}
.TagClassName
{
border-color: #D3A16F;
}
</style>