Shades of Fallow #D09E6D
Tints of Fallow #D09E6D
RGB
CMYK
RGB Variations
Color information
#D09E6D (or 0xD09E6D) is known color: Fallow. HEX triplet: D0, 9E and 6D. RGB value is (208,158,109). Sum of RGB (Red+Green+Blue) = 208+158+109=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09E6D is #2F6192. Grayscale: #A7A7A7. Windows color (decimal): -3105171 or 7184080. OLE color: 7184080.
HSL color Cylindrical-coordinate representation of color #D09E6D: hue angle of 29.7º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D09E6D is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 109 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.18 |
| HSL | 29.7º | 0.51% | 0.62% | - |
| HSV(B) | 29.7º | 0.48% | 0.82% | - |
| XYZ | 41 | 38.97 | 19.83 | - |
| YUV | 167.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 109 | 0 | 0.24 | 0.48 | 0.18 | 29.7 | 0.51 | 0.62 |
| Hex | D0 | 9E | 6D | 0 | 18 | 30 | 12 | 1E | 33 | 3E |
| Octal | 320 | 236 | 155 | 0 | 30 | 60 | 22 | 36 | 63 | 76 |
| Binary | 11010000 | 10011110 | 1101101 | 0 | 11000 | 110000 | 10010 | 11110 | 110011 | 111110 |
Color Harmonies of #D09E6D
Complementary color
Monochromatic Colors of #D09E6D
Black with #D09E6D
Text Example
Text Example
White with #D09E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E6D; }
p { color: rgb(208,158,109); }
H1.HeaderClassName
{
color: #D09E6D;
}
.AnyTagClassName
{
color: #D09E6D;
}
</style>
background-color css
<style>
a { background-color: #D09E6D; }
a { background-color: rgb(208,158,109); }
div.DivClassName
{
background-color: #D09E6D;
}
.BgClassName
{
background-color: #D09E6D;
}
</style>
border-color css
<style>
span { border-color: #D09E6D; }
span { border-color: rgb(208,158,109); }
td.TdClassName
{
border-color: #D09E6D;
}
.TagClassName
{
border-color: #D09E6D;
}
</style>