Shades of Fallow #D4A06D
Tints of Fallow #D4A06D
RGB
CMYK
RGB Variations
Color information
#D4A06D (or 0xD4A06D) is known color: Fallow. HEX triplet: D4, A0 and 6D. RGB value is (212,160,109). Sum of RGB (Red+Green+Blue) = 212+160+109=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A06D is #2B5F92. Grayscale: #A9A9A9. Windows color (decimal): -2842515 or 7184596. OLE color: 7184596.
HSL color Cylindrical-coordinate representation of color #D4A06D: hue angle of 29.71º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4A06D is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 109 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.17 |
| HSL | 29.71º | 0.54% | 0.63% | - |
| HSV(B) | 29.71º | 0.49% | 0.83% | - |
| XYZ | 42.48 | 40.24 | 20 | - |
| YUV | 169.73 | 93.73 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 109 | 0 | 0.25 | 0.49 | 0.17 | 29.71 | 0.54 | 0.63 |
| Hex | D4 | A0 | 6D | 0 | 19 | 31 | 11 | 1E | 36 | 3F |
| Octal | 324 | 240 | 155 | 0 | 31 | 61 | 21 | 36 | 66 | 77 |
| Binary | 11010100 | 10100000 | 1101101 | 0 | 11001 | 110001 | 10001 | 11110 | 110110 | 111111 |
Color Harmonies of #D4A06D
Complementary color
Monochromatic Colors of #D4A06D
Black with #D4A06D
Text Example
Text Example
White with #D4A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A06D; }
p { color: rgb(212,160,109); }
H1.HeaderClassName
{
color: #D4A06D;
}
.AnyTagClassName
{
color: #D4A06D;
}
</style>
background-color css
<style>
a { background-color: #D4A06D; }
a { background-color: rgb(212,160,109); }
div.DivClassName
{
background-color: #D4A06D;
}
.BgClassName
{
background-color: #D4A06D;
}
</style>
border-color css
<style>
span { border-color: #D4A06D; }
span { border-color: rgb(212,160,109); }
td.TdClassName
{
border-color: #D4A06D;
}
.TagClassName
{
border-color: #D4A06D;
}
</style>