Shades of Fallow #D29F70
Tints of Fallow #D29F70
RGB
CMYK
RGB Variations
Color information
#D29F70 (or 0xD29F70) is known color: Fallow. HEX triplet: D2, 9F and 70. RGB value is (210,159,112). Sum of RGB (Red+Green+Blue) = 210+159+112=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29F70 is #2D608F. Grayscale: #A9A9A9. Windows color (decimal): -2973840 or 7380946. OLE color: 7380946.
HSL color Cylindrical-coordinate representation of color #D29F70: hue angle of 28.78º degrees, saturation: 0.52, 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 #D29F70 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 112 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.18 |
| HSL | 28.78º | 0.52% | 0.63% | - |
| HSV(B) | 28.78º | 0.47% | 0.82% | - |
| XYZ | 41.9 | 39.67 | 20.78 | - |
| YUV | 168.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 112 | 0 | 0.24 | 0.47 | 0.18 | 28.78 | 0.52 | 0.63 |
| Hex | D2 | 9F | 70 | 0 | 18 | 2F | 12 | 1D | 34 | 3F |
| Octal | 322 | 237 | 160 | 0 | 30 | 57 | 22 | 35 | 64 | 77 |
| Binary | 11010010 | 10011111 | 1110000 | 0 | 11000 | 101111 | 10010 | 11101 | 110100 | 111111 |
Color Harmonies of #D29F70
Complementary color
Monochromatic Colors of #D29F70
Black with #D29F70
Text Example
Text Example
White with #D29F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F70; }
p { color: rgb(210,159,112); }
H1.HeaderClassName
{
color: #D29F70;
}
.AnyTagClassName
{
color: #D29F70;
}
</style>
background-color css
<style>
a { background-color: #D29F70; }
a { background-color: rgb(210,159,112); }
div.DivClassName
{
background-color: #D29F70;
}
.BgClassName
{
background-color: #D29F70;
}
</style>
border-color css
<style>
span { border-color: #D29F70; }
span { border-color: rgb(210,159,112); }
td.TdClassName
{
border-color: #D29F70;
}
.TagClassName
{
border-color: #D29F70;
}
</style>