Shades of Fallow #D09D6A
Tints of Fallow #D09D6A
RGB
CMYK
RGB Variations
Color information
#D09D6A (or 0xD09D6A) is known color: Fallow. HEX triplet: D0, 9D and 6A. RGB value is (208,157,106). Sum of RGB (Red+Green+Blue) = 208+157+106=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D6A is #2F6295. Grayscale: #A6A6A6. Windows color (decimal): -3105430 or 6987216. OLE color: 6987216.
HSL color Cylindrical-coordinate representation of color #D09D6A: 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.49%. Process color model (Four color, CMYK) of #D09D6A is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 106 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.18 |
| HSL | 30º | 0.52% | 0.62% | - |
| HSV(B) | 30º | 0.49% | 0.82% | - |
| XYZ | 40.67 | 38.56 | 18.94 | - |
| YUV | 166.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 106 | 0 | 0.25 | 0.49 | 0.18 | 30 | 0.52 | 0.62 |
| Hex | D0 | 9D | 6A | 0 | 19 | 31 | 12 | 1E | 34 | 3E |
| Octal | 320 | 235 | 152 | 0 | 31 | 61 | 22 | 36 | 64 | 76 |
| Binary | 11010000 | 10011101 | 1101010 | 0 | 11001 | 110001 | 10010 | 11110 | 110100 | 111110 |
Color Harmonies of #D09D6A
Complementary color
Monochromatic Colors of #D09D6A
Black with #D09D6A
Text Example
Text Example
White with #D09D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D6A; }
p { color: rgb(208,157,106); }
H1.HeaderClassName
{
color: #D09D6A;
}
.AnyTagClassName
{
color: #D09D6A;
}
</style>
background-color css
<style>
a { background-color: #D09D6A; }
a { background-color: rgb(208,157,106); }
div.DivClassName
{
background-color: #D09D6A;
}
.BgClassName
{
background-color: #D09D6A;
}
</style>
border-color css
<style>
span { border-color: #D09D6A; }
span { border-color: rgb(208,157,106); }
td.TdClassName
{
border-color: #D09D6A;
}
.TagClassName
{
border-color: #D09D6A;
}
</style>