Shades of Fallow #D09D69
Tints of Fallow #D09D69
RGB
CMYK
RGB Variations
Color information
#D09D69 (or 0xD09D69) is known color: Fallow. HEX triplet: D0, 9D and 69. RGB value is (208,157,105). Sum of RGB (Red+Green+Blue) = 208+157+105=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D69 is #2F6296. Grayscale: #A6A6A6. Windows color (decimal): -3105431 or 6921680. OLE color: 6921680.
HSL color Cylindrical-coordinate representation of color #D09D69: hue angle of 30.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D09D69 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 105 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.18 |
| HSL | 30.29º | 0.52% | 0.61% | - |
| HSV(B) | 30.29º | 0.5% | 0.82% | - |
| XYZ | 40.62 | 38.54 | 18.66 | - |
| YUV | 166.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 105 | 0 | 0.25 | 0.50 | 0.18 | 30.29 | 0.52 | 0.61 |
| Hex | D0 | 9D | 69 | 0 | 19 | 32 | 12 | 1E | 34 | 3D |
| Octal | 320 | 235 | 151 | 0 | 31 | 62 | 22 | 36 | 64 | 75 |
| Binary | 11010000 | 10011101 | 1101001 | 0 | 11001 | 110010 | 10010 | 11110 | 110100 | 111101 |
Color Harmonies of #D09D69
Complementary color
Monochromatic Colors of #D09D69
Black with #D09D69
Text Example
Text Example
White with #D09D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D69; }
p { color: rgb(208,157,105); }
H1.HeaderClassName
{
color: #D09D69;
}
.AnyTagClassName
{
color: #D09D69;
}
</style>
background-color css
<style>
a { background-color: #D09D69; }
a { background-color: rgb(208,157,105); }
div.DivClassName
{
background-color: #D09D69;
}
.BgClassName
{
background-color: #D09D69;
}
</style>
border-color css
<style>
span { border-color: #D09D69; }
span { border-color: rgb(208,157,105); }
td.TdClassName
{
border-color: #D09D69;
}
.TagClassName
{
border-color: #D09D69;
}
</style>