Shades of Fallow #D3A16E
Tints of Fallow #D3A16E
RGB
CMYK
RGB Variations
Color information
#D3A16E (or 0xD3A16E) is known color: Fallow. HEX triplet: D3, A1 and 6E. RGB value is (211,161,110). Sum of RGB (Red+Green+Blue) = 211+161+110=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A16E is #2C5E91. Grayscale: #AAAAAA. Windows color (decimal): -2907794 or 7250387. OLE color: 7250387.
HSL color Cylindrical-coordinate representation of color #D3A16E: hue angle of 30.3º degrees, saturation: 0.53, 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 #D3A16E is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 110 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.17 |
| HSL | 30.3º | 0.53% | 0.63% | - |
| HSV(B) | 30.3º | 0.48% | 0.83% | - |
| XYZ | 42.42 | 40.46 | 20.33 | - |
| YUV | 170.14 | 94.07 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 110 | 0 | 0.24 | 0.48 | 0.17 | 30.3 | 0.53 | 0.63 |
| Hex | D3 | A1 | 6E | 0 | 18 | 30 | 11 | 1E | 35 | 3F |
| Octal | 323 | 241 | 156 | 0 | 30 | 60 | 21 | 36 | 65 | 77 |
| Binary | 11010011 | 10100001 | 1101110 | 0 | 11000 | 110000 | 10001 | 11110 | 110101 | 111111 |
Color Harmonies of #D3A16E
Complementary color
Monochromatic Colors of #D3A16E
Black with #D3A16E
Text Example
Text Example
White with #D3A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A16E; }
p { color: rgb(211,161,110); }
H1.HeaderClassName
{
color: #D3A16E;
}
.AnyTagClassName
{
color: #D3A16E;
}
</style>
background-color css
<style>
a { background-color: #D3A16E; }
a { background-color: rgb(211,161,110); }
div.DivClassName
{
background-color: #D3A16E;
}
.BgClassName
{
background-color: #D3A16E;
}
</style>
border-color css
<style>
span { border-color: #D3A16E; }
span { border-color: rgb(211,161,110); }
td.TdClassName
{
border-color: #D3A16E;
}
.TagClassName
{
border-color: #D3A16E;
}
</style>