Shades of Fallow #CDA06F
Tints of Fallow #CDA06F
RGB
CMYK
RGB Variations
Color information
#CDA06F (or 0xCDA06F) is known color: Fallow. HEX triplet: CD, A0 and 6F. RGB value is (205,160,111). Sum of RGB (Red+Green+Blue) = 205+160+111=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA06F is #325F90. Grayscale: #A8A8A8. Windows color (decimal): -3301265 or 7315661. OLE color: 7315661.
HSL color Cylindrical-coordinate representation of color #CDA06F: hue angle of 31.28º degrees, saturation: 0.48, 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 #CDA06F is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 111 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.20 |
| HSL | 31.28º | 0.48% | 0.62% | - |
| HSV(B) | 31.28º | 0.46% | 0.8% | - |
| XYZ | 40.62 | 39.27 | 20.48 | - |
| YUV | 167.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 111 | 0 | 0.22 | 0.46 | 0.20 | 31.28 | 0.48 | 0.62 |
| Hex | CD | A0 | 6F | 0 | 16 | 2E | 14 | 1F | 30 | 3E |
| Octal | 315 | 240 | 157 | 0 | 26 | 56 | 24 | 37 | 60 | 76 |
| Binary | 11001101 | 10100000 | 1101111 | 0 | 10110 | 101110 | 10100 | 11111 | 110000 | 111110 |
Color Harmonies of #CDA06F
Complementary color
Monochromatic Colors of #CDA06F
Black with #CDA06F
Text Example
Text Example
White with #CDA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA06F; }
p { color: rgb(205,160,111); }
H1.HeaderClassName
{
color: #CDA06F;
}
.AnyTagClassName
{
color: #CDA06F;
}
</style>
background-color css
<style>
a { background-color: #CDA06F; }
a { background-color: rgb(205,160,111); }
div.DivClassName
{
background-color: #CDA06F;
}
.BgClassName
{
background-color: #CDA06F;
}
</style>
border-color css
<style>
span { border-color: #CDA06F; }
span { border-color: rgb(205,160,111); }
td.TdClassName
{
border-color: #CDA06F;
}
.TagClassName
{
border-color: #CDA06F;
}
</style>