Shades of Fallow #CDA06D
Tints of Fallow #CDA06D
RGB
CMYK
RGB Variations
Color information
#CDA06D (or 0xCDA06D) is known color: Fallow. HEX triplet: CD, A0 and 6D. RGB value is (205,160,109). Sum of RGB (Red+Green+Blue) = 205+160+109=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA06D is #325F92. Grayscale: #A7A7A7. Windows color (decimal): -3301267 or 7184589. OLE color: 7184589.
HSL color Cylindrical-coordinate representation of color #CDA06D: hue angle of 31.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDA06D is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 109 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.20 |
| HSL | 31.88º | 0.49% | 0.62% | - |
| HSV(B) | 31.88º | 0.47% | 0.8% | - |
| XYZ | 40.51 | 39.22 | 19.9 | - |
| YUV | 167.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 109 | 0 | 0.22 | 0.47 | 0.20 | 31.88 | 0.49 | 0.62 |
| Hex | CD | A0 | 6D | 0 | 16 | 2F | 14 | 20 | 31 | 3E |
| Octal | 315 | 240 | 155 | 0 | 26 | 57 | 24 | 40 | 61 | 76 |
| Binary | 11001101 | 10100000 | 1101101 | 0 | 10110 | 101111 | 10100 | 100000 | 110001 | 111110 |
Color Harmonies of #CDA06D
Complementary color
Monochromatic Colors of #CDA06D
Black with #CDA06D
Text Example
Text Example
White with #CDA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA06D; }
p { color: rgb(205,160,109); }
H1.HeaderClassName
{
color: #CDA06D;
}
.AnyTagClassName
{
color: #CDA06D;
}
</style>
background-color css
<style>
a { background-color: #CDA06D; }
a { background-color: rgb(205,160,109); }
div.DivClassName
{
background-color: #CDA06D;
}
.BgClassName
{
background-color: #CDA06D;
}
</style>
border-color css
<style>
span { border-color: #CDA06D; }
span { border-color: rgb(205,160,109); }
td.TdClassName
{
border-color: #CDA06D;
}
.TagClassName
{
border-color: #CDA06D;
}
</style>