Shades of Fallow #D0A069
Tints of Fallow #D0A069
RGB
CMYK
RGB Variations
Color information
#D0A069 (or 0xD0A069) is known color: Fallow. HEX triplet: D0, A0 and 69. RGB value is (208,160,105). Sum of RGB (Red+Green+Blue) = 208+160+105=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A069 is #2F5F96. Grayscale: #A8A8A8. Windows color (decimal): -3104663 or 6922448. OLE color: 6922448.
HSL color Cylindrical-coordinate representation of color #D0A069: hue angle of 32.04º degrees, saturation: 0.52, 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 #D0A069 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 105 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.18 |
| HSL | 32.04º | 0.52% | 0.61% | - |
| HSV(B) | 32.04º | 0.5% | 0.82% | - |
| XYZ | 41.13 | 39.57 | 18.83 | - |
| YUV | 168.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 105 | 0 | 0.23 | 0.50 | 0.18 | 32.04 | 0.52 | 0.61 |
| Hex | D0 | A0 | 69 | 0 | 17 | 32 | 12 | 20 | 34 | 3D |
| Octal | 320 | 240 | 151 | 0 | 27 | 62 | 22 | 40 | 64 | 75 |
| Binary | 11010000 | 10100000 | 1101001 | 0 | 10111 | 110010 | 10010 | 100000 | 110100 | 111101 |
Color Harmonies of #D0A069
Complementary color
Monochromatic Colors of #D0A069
Black with #D0A069
Text Example
Text Example
White with #D0A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A069; }
p { color: rgb(208,160,105); }
H1.HeaderClassName
{
color: #D0A069;
}
.AnyTagClassName
{
color: #D0A069;
}
</style>
background-color css
<style>
a { background-color: #D0A069; }
a { background-color: rgb(208,160,105); }
div.DivClassName
{
background-color: #D0A069;
}
.BgClassName
{
background-color: #D0A069;
}
</style>
border-color css
<style>
span { border-color: #D0A069; }
span { border-color: rgb(208,160,105); }
td.TdClassName
{
border-color: #D0A069;
}
.TagClassName
{
border-color: #D0A069;
}
</style>