Shades of Fallow #D09E6C
Tints of Fallow #D09E6C
RGB
CMYK
RGB Variations
Color information
#D09E6C (or 0xD09E6C) is known color: Fallow. HEX triplet: D0, 9E and 6C. RGB value is (208,158,108). Sum of RGB (Red+Green+Blue) = 208+158+108=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09E6C is #2F6193. Grayscale: #A7A7A7. Windows color (decimal): -3105172 or 7118544. OLE color: 7118544.
HSL color Cylindrical-coordinate representation of color #D09E6C: hue angle of 30º degrees, saturation: 0.52, 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 #D09E6C is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 108 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.18 |
| HSL | 30º | 0.52% | 0.62% | - |
| HSV(B) | 30º | 0.48% | 0.82% | - |
| XYZ | 40.95 | 38.95 | 19.55 | - |
| YUV | 167.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 108 | 0 | 0.24 | 0.48 | 0.18 | 30 | 0.52 | 0.62 |
| Hex | D0 | 9E | 6C | 0 | 18 | 30 | 12 | 1E | 34 | 3E |
| Octal | 320 | 236 | 154 | 0 | 30 | 60 | 22 | 36 | 64 | 76 |
| Binary | 11010000 | 10011110 | 1101100 | 0 | 11000 | 110000 | 10010 | 11110 | 110100 | 111110 |
Color Harmonies of #D09E6C
Complementary color
Monochromatic Colors of #D09E6C
Black with #D09E6C
Text Example
Text Example
White with #D09E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E6C; }
p { color: rgb(208,158,108); }
H1.HeaderClassName
{
color: #D09E6C;
}
.AnyTagClassName
{
color: #D09E6C;
}
</style>
background-color css
<style>
a { background-color: #D09E6C; }
a { background-color: rgb(208,158,108); }
div.DivClassName
{
background-color: #D09E6C;
}
.BgClassName
{
background-color: #D09E6C;
}
</style>
border-color css
<style>
span { border-color: #D09E6C; }
span { border-color: rgb(208,158,108); }
td.TdClassName
{
border-color: #D09E6C;
}
.TagClassName
{
border-color: #D09E6C;
}
</style>