Shades of Fallow #D0A16E
Tints of Fallow #D0A16E
RGB
CMYK
RGB Variations
Color information
#D0A16E (or 0xD0A16E) is known color: Fallow. HEX triplet: D0, A1 and 6E. RGB value is (208,161,110). Sum of RGB (Red+Green+Blue) = 208+161+110=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A16E is #2F5E91. Grayscale: #A9A9A9. Windows color (decimal): -3104402 or 7250384. OLE color: 7250384.
HSL color Cylindrical-coordinate representation of color #D0A16E: hue angle of 31.22º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0A16E is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 110 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.18 |
| HSL | 31.22º | 0.51% | 0.62% | - |
| HSV(B) | 31.22º | 0.47% | 0.82% | - |
| XYZ | 41.57 | 40.03 | 20.29 | - |
| YUV | 169.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 110 | 0 | 0.23 | 0.47 | 0.18 | 31.22 | 0.51 | 0.62 |
| Hex | D0 | A1 | 6E | 0 | 17 | 2F | 12 | 1F | 33 | 3E |
| Octal | 320 | 241 | 156 | 0 | 27 | 57 | 22 | 37 | 63 | 76 |
| Binary | 11010000 | 10100001 | 1101110 | 0 | 10111 | 101111 | 10010 | 11111 | 110011 | 111110 |
Color Harmonies of #D0A16E
Complementary color
Monochromatic Colors of #D0A16E
Black with #D0A16E
Text Example
Text Example
White with #D0A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A16E; }
p { color: rgb(208,161,110); }
H1.HeaderClassName
{
color: #D0A16E;
}
.AnyTagClassName
{
color: #D0A16E;
}
</style>
background-color css
<style>
a { background-color: #D0A16E; }
a { background-color: rgb(208,161,110); }
div.DivClassName
{
background-color: #D0A16E;
}
.BgClassName
{
background-color: #D0A16E;
}
</style>
border-color css
<style>
span { border-color: #D0A16E; }
span { border-color: rgb(208,161,110); }
td.TdClassName
{
border-color: #D0A16E;
}
.TagClassName
{
border-color: #D0A16E;
}
</style>