Shades of Fallow #D0A06F
Tints of Fallow #D0A06F
RGB
CMYK
RGB Variations
Color information
#D0A06F (or 0xD0A06F) is known color: Fallow. HEX triplet: D0, A0 and 6F. RGB value is (208,160,111). Sum of RGB (Red+Green+Blue) = 208+160+111=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A06F is #2F5F90. Grayscale: #A9A9A9. Windows color (decimal): -3104657 or 7315664. OLE color: 7315664.
HSL color Cylindrical-coordinate representation of color #D0A06F: hue angle of 30.31º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0A06F is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 111 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.18 |
| HSL | 30.31º | 0.51% | 0.63% | - |
| HSV(B) | 30.31º | 0.47% | 0.82% | - |
| XYZ | 41.45 | 39.7 | 20.52 | - |
| YUV | 168.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 111 | 0 | 0.23 | 0.47 | 0.18 | 30.31 | 0.51 | 0.63 |
| Hex | D0 | A0 | 6F | 0 | 17 | 2F | 12 | 1E | 33 | 3F |
| Octal | 320 | 240 | 157 | 0 | 27 | 57 | 22 | 36 | 63 | 77 |
| Binary | 11010000 | 10100000 | 1101111 | 0 | 10111 | 101111 | 10010 | 11110 | 110011 | 111111 |
Color Harmonies of #D0A06F
Complementary color
Monochromatic Colors of #D0A06F
Black with #D0A06F
Text Example
Text Example
White with #D0A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A06F; }
p { color: rgb(208,160,111); }
H1.HeaderClassName
{
color: #D0A06F;
}
.AnyTagClassName
{
color: #D0A06F;
}
</style>
background-color css
<style>
a { background-color: #D0A06F; }
a { background-color: rgb(208,160,111); }
div.DivClassName
{
background-color: #D0A06F;
}
.BgClassName
{
background-color: #D0A06F;
}
</style>
border-color css
<style>
span { border-color: #D0A06F; }
span { border-color: rgb(208,160,111); }
td.TdClassName
{
border-color: #D0A06F;
}
.TagClassName
{
border-color: #D0A06F;
}
</style>