Shades of Fallow #D29E6E
Tints of Fallow #D29E6E
RGB
CMYK
RGB Variations
Color information
#D29E6E (or 0xD29E6E) is known color: Fallow. HEX triplet: D2, 9E and 6E. RGB value is (210,158,110). Sum of RGB (Red+Green+Blue) = 210+158+110=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E6E is #2D6191. Grayscale: #A8A8A8. Windows color (decimal): -2974098 or 7249618. OLE color: 7249618.
HSL color Cylindrical-coordinate representation of color #D29E6E: hue angle of 28.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D29E6E is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 110 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.18 |
| HSL | 28.8º | 0.53% | 0.63% | - |
| HSV(B) | 28.8º | 0.48% | 0.82% | - |
| XYZ | 41.62 | 39.28 | 20.14 | - |
| YUV | 168.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 110 | 0 | 0.25 | 0.48 | 0.18 | 28.8 | 0.53 | 0.63 |
| Hex | D2 | 9E | 6E | 0 | 19 | 30 | 12 | 1D | 35 | 3F |
| Octal | 322 | 236 | 156 | 0 | 31 | 60 | 22 | 35 | 65 | 77 |
| Binary | 11010010 | 10011110 | 1101110 | 0 | 11001 | 110000 | 10010 | 11101 | 110101 | 111111 |
Color Harmonies of #D29E6E
Complementary color
Monochromatic Colors of #D29E6E
Black with #D29E6E
Text Example
Text Example
White with #D29E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E6E; }
p { color: rgb(210,158,110); }
H1.HeaderClassName
{
color: #D29E6E;
}
.AnyTagClassName
{
color: #D29E6E;
}
</style>
background-color css
<style>
a { background-color: #D29E6E; }
a { background-color: rgb(210,158,110); }
div.DivClassName
{
background-color: #D29E6E;
}
.BgClassName
{
background-color: #D29E6E;
}
</style>
border-color css
<style>
span { border-color: #D29E6E; }
span { border-color: rgb(210,158,110); }
td.TdClassName
{
border-color: #D29E6E;
}
.TagClassName
{
border-color: #D29E6E;
}
</style>