Shades of Fallow #D3A16D
Tints of Fallow #D3A16D
RGB
CMYK
RGB Variations
Color information
#D3A16D (or 0xD3A16D) is known color: Fallow. HEX triplet: D3, A1 and 6D. RGB value is (211,161,109). Sum of RGB (Red+Green+Blue) = 211+161+109=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A16D is #2C5E92. Grayscale: #AAAAAA. Windows color (decimal): -2907795 or 7184851. OLE color: 7184851.
HSL color Cylindrical-coordinate representation of color #D3A16D: hue angle of 30.59º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3A16D is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 109 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.17 |
| HSL | 30.59º | 0.54% | 0.63% | - |
| HSV(B) | 30.59º | 0.48% | 0.83% | - |
| XYZ | 42.37 | 40.44 | 20.04 | - |
| YUV | 170.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 109 | 0 | 0.24 | 0.48 | 0.17 | 30.59 | 0.54 | 0.63 |
| Hex | D3 | A1 | 6D | 0 | 18 | 30 | 11 | 1F | 36 | 3F |
| Octal | 323 | 241 | 155 | 0 | 30 | 60 | 21 | 37 | 66 | 77 |
| Binary | 11010011 | 10100001 | 1101101 | 0 | 11000 | 110000 | 10001 | 11111 | 110110 | 111111 |
Color Harmonies of #D3A16D
Complementary color
Monochromatic Colors of #D3A16D
Black with #D3A16D
Text Example
Text Example
White with #D3A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A16D; }
p { color: rgb(211,161,109); }
H1.HeaderClassName
{
color: #D3A16D;
}
.AnyTagClassName
{
color: #D3A16D;
}
</style>
background-color css
<style>
a { background-color: #D3A16D; }
a { background-color: rgb(211,161,109); }
div.DivClassName
{
background-color: #D3A16D;
}
.BgClassName
{
background-color: #D3A16D;
}
</style>
border-color css
<style>
span { border-color: #D3A16D; }
span { border-color: rgb(211,161,109); }
td.TdClassName
{
border-color: #D3A16D;
}
.TagClassName
{
border-color: #D3A16D;
}
</style>