Shades of Fallow #CDA06A
Tints of Fallow #CDA06A
RGB
CMYK
RGB Variations
Color information
#CDA06A (or 0xCDA06A) is known color: Fallow. HEX triplet: CD, A0 and 6A. RGB value is (205,160,106). Sum of RGB (Red+Green+Blue) = 205+160+106=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA06A is #325F95. Grayscale: #A7A7A7. Windows color (decimal): -3301270 or 6987981. OLE color: 6987981.
HSL color Cylindrical-coordinate representation of color #CDA06A: hue angle of 32.73º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDA06A is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 106 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.20 |
| HSL | 32.73º | 0.5% | 0.61% | - |
| HSV(B) | 32.73º | 0.48% | 0.8% | - |
| XYZ | 40.35 | 39.16 | 19.07 | - |
| YUV | 167.3 | 93.41 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 106 | 0 | 0.22 | 0.48 | 0.20 | 32.73 | 0.5 | 0.61 |
| Hex | CD | A0 | 6A | 0 | 16 | 30 | 14 | 21 | 32 | 3D |
| Octal | 315 | 240 | 152 | 0 | 26 | 60 | 24 | 41 | 62 | 75 |
| Binary | 11001101 | 10100000 | 1101010 | 0 | 10110 | 110000 | 10100 | 100001 | 110010 | 111101 |
Color Harmonies of #CDA06A
Complementary color
Monochromatic Colors of #CDA06A
Black with #CDA06A
Text Example
Text Example
White with #CDA06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA06A; }
p { color: rgb(205,160,106); }
H1.HeaderClassName
{
color: #CDA06A;
}
.AnyTagClassName
{
color: #CDA06A;
}
</style>
background-color css
<style>
a { background-color: #CDA06A; }
a { background-color: rgb(205,160,106); }
div.DivClassName
{
background-color: #CDA06A;
}
.BgClassName
{
background-color: #CDA06A;
}
</style>
border-color css
<style>
span { border-color: #CDA06A; }
span { border-color: rgb(205,160,106); }
td.TdClassName
{
border-color: #CDA06A;
}
.TagClassName
{
border-color: #CDA06A;
}
</style>