Shades of Fallow #D0A168
Tints of Fallow #D0A168
RGB
CMYK
RGB Variations
Color information
#D0A168 (or 0xD0A168) is known color: Fallow. HEX triplet: D0, A1 and 68. RGB value is (208,161,104). Sum of RGB (Red+Green+Blue) = 208+161+104=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A168 is #2F5E97. Grayscale: #A8A8A8. Windows color (decimal): -3104408 or 6857168. OLE color: 6857168.
HSL color Cylindrical-coordinate representation of color #D0A168: hue angle of 32.88º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0A168 is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 104 | - |
| CMYK | 0 | 0.23 | 0.5 | 0.18 |
| HSL | 32.88º | 0.53% | 0.61% | - |
| HSV(B) | 32.88º | 0.5% | 0.82% | - |
| XYZ | 41.26 | 39.9 | 18.62 | - |
| YUV | 168.56 | 91.57 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 104 | 0 | 0.23 | 0.5 | 0.18 | 32.88 | 0.53 | 0.61 |
| Hex | D0 | A1 | 68 | 0 | 17 | 32 | 12 | 21 | 35 | 3D |
| Octal | 320 | 241 | 150 | 0 | 27 | 62 | 22 | 41 | 65 | 75 |
| Binary | 11010000 | 10100001 | 1101000 | 0 | 10111 | 110010 | 10010 | 100001 | 110101 | 111101 |
Color Harmonies of #D0A168
Complementary color
Monochromatic Colors of #D0A168
Black with #D0A168
Text Example
Text Example
White with #D0A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A168; }
p { color: rgb(208,161,104); }
H1.HeaderClassName
{
color: #D0A168;
}
.AnyTagClassName
{
color: #D0A168;
}
</style>
background-color css
<style>
a { background-color: #D0A168; }
a { background-color: rgb(208,161,104); }
div.DivClassName
{
background-color: #D0A168;
}
.BgClassName
{
background-color: #D0A168;
}
</style>
border-color css
<style>
span { border-color: #D0A168; }
span { border-color: rgb(208,161,104); }
td.TdClassName
{
border-color: #D0A168;
}
.TagClassName
{
border-color: #D0A168;
}
</style>