Shades of Fallow #D2A16E
Tints of Fallow #D2A16E
RGB
CMYK
RGB Variations
Color information
#D2A16E (or 0xD2A16E) is known color: Fallow. HEX triplet: D2, A1 and 6E. RGB value is (210,161,110). Sum of RGB (Red+Green+Blue) = 210+161+110=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A16E is #2D5E91. Grayscale: #AAAAAA. Windows color (decimal): -2973330 or 7250386. OLE color: 7250386.
HSL color Cylindrical-coordinate representation of color #D2A16E: hue angle of 30.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2A16E is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 110 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.18 |
| HSL | 30.6º | 0.53% | 0.63% | - |
| HSV(B) | 30.6º | 0.48% | 0.82% | - |
| XYZ | 42.14 | 40.32 | 20.31 | - |
| YUV | 169.84 | 94.23 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 110 | 0 | 0.23 | 0.48 | 0.18 | 30.6 | 0.53 | 0.63 |
| Hex | D2 | A1 | 6E | 0 | 17 | 30 | 12 | 1F | 35 | 3F |
| Octal | 322 | 241 | 156 | 0 | 27 | 60 | 22 | 37 | 65 | 77 |
| Binary | 11010010 | 10100001 | 1101110 | 0 | 10111 | 110000 | 10010 | 11111 | 110101 | 111111 |
Color Harmonies of #D2A16E
Complementary color
Monochromatic Colors of #D2A16E
Black with #D2A16E
Text Example
Text Example
White with #D2A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A16E; }
p { color: rgb(210,161,110); }
H1.HeaderClassName
{
color: #D2A16E;
}
.AnyTagClassName
{
color: #D2A16E;
}
</style>
background-color css
<style>
a { background-color: #D2A16E; }
a { background-color: rgb(210,161,110); }
div.DivClassName
{
background-color: #D2A16E;
}
.BgClassName
{
background-color: #D2A16E;
}
</style>
border-color css
<style>
span { border-color: #D2A16E; }
span { border-color: rgb(210,161,110); }
td.TdClassName
{
border-color: #D2A16E;
}
.TagClassName
{
border-color: #D2A16E;
}
</style>