Shades of Fallow #CDA06E
Tints of Fallow #CDA06E
RGB
CMYK
RGB Variations
Color information
#CDA06E (or 0xCDA06E) is known color: Fallow. HEX triplet: CD, A0 and 6E. RGB value is (205,160,110). Sum of RGB (Red+Green+Blue) = 205+160+110=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA06E is #325F91. Grayscale: #A7A7A7. Windows color (decimal): -3301266 or 7250125. OLE color: 7250125.
HSL color Cylindrical-coordinate representation of color #CDA06E: hue angle of 31.58º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDA06E is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 110 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.20 |
| HSL | 31.58º | 0.49% | 0.62% | - |
| HSV(B) | 31.58º | 0.46% | 0.8% | - |
| XYZ | 40.56 | 39.25 | 20.19 | - |
| YUV | 167.76 | 95.41 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 110 | 0 | 0.22 | 0.46 | 0.20 | 31.58 | 0.49 | 0.62 |
| Hex | CD | A0 | 6E | 0 | 16 | 2E | 14 | 20 | 31 | 3E |
| Octal | 315 | 240 | 156 | 0 | 26 | 56 | 24 | 40 | 61 | 76 |
| Binary | 11001101 | 10100000 | 1101110 | 0 | 10110 | 101110 | 10100 | 100000 | 110001 | 111110 |
Color Harmonies of #CDA06E
Complementary color
Monochromatic Colors of #CDA06E
Black with #CDA06E
Text Example
Text Example
White with #CDA06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA06E; }
p { color: rgb(205,160,110); }
H1.HeaderClassName
{
color: #CDA06E;
}
.AnyTagClassName
{
color: #CDA06E;
}
</style>
background-color css
<style>
a { background-color: #CDA06E; }
a { background-color: rgb(205,160,110); }
div.DivClassName
{
background-color: #CDA06E;
}
.BgClassName
{
background-color: #CDA06E;
}
</style>
border-color css
<style>
span { border-color: #CDA06E; }
span { border-color: rgb(205,160,110); }
td.TdClassName
{
border-color: #CDA06E;
}
.TagClassName
{
border-color: #CDA06E;
}
</style>