Shades of Fallow #CDA06C
Tints of Fallow #CDA06C
RGB
CMYK
RGB Variations
Color information
#CDA06C (or 0xCDA06C) is known color: Fallow. HEX triplet: CD, A0 and 6C. RGB value is (205,160,108). Sum of RGB (Red+Green+Blue) = 205+160+108=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA06C is #325F93. Grayscale: #A7A7A7. Windows color (decimal): -3301268 or 7119053. OLE color: 7119053.
HSL color Cylindrical-coordinate representation of color #CDA06C: hue angle of 32.16º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDA06C is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 108 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.20 |
| HSL | 32.16º | 0.49% | 0.61% | - |
| HSV(B) | 32.16º | 0.47% | 0.8% | - |
| XYZ | 40.45 | 39.2 | 19.62 | - |
| YUV | 167.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 108 | 0 | 0.22 | 0.47 | 0.20 | 32.16 | 0.49 | 0.61 |
| Hex | CD | A0 | 6C | 0 | 16 | 2F | 14 | 20 | 31 | 3D |
| Octal | 315 | 240 | 154 | 0 | 26 | 57 | 24 | 40 | 61 | 75 |
| Binary | 11001101 | 10100000 | 1101100 | 0 | 10110 | 101111 | 10100 | 100000 | 110001 | 111101 |
Color Harmonies of #CDA06C
Complementary color
Monochromatic Colors of #CDA06C
Black with #CDA06C
Text Example
Text Example
White with #CDA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA06C; }
p { color: rgb(205,160,108); }
H1.HeaderClassName
{
color: #CDA06C;
}
.AnyTagClassName
{
color: #CDA06C;
}
</style>
background-color css
<style>
a { background-color: #CDA06C; }
a { background-color: rgb(205,160,108); }
div.DivClassName
{
background-color: #CDA06C;
}
.BgClassName
{
background-color: #CDA06C;
}
</style>
border-color css
<style>
span { border-color: #CDA06C; }
span { border-color: rgb(205,160,108); }
td.TdClassName
{
border-color: #CDA06C;
}
.TagClassName
{
border-color: #CDA06C;
}
</style>