Shades of Fallow #CDA171
Tints of Fallow #CDA171
RGB
CMYK
RGB Variations
Color information
#CDA171 (or 0xCDA171) is known color: Fallow. HEX triplet: CD, A1 and 71. RGB value is (205,161,113). Sum of RGB (Red+Green+Blue) = 205+161+113=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA171 is #325E8E. Grayscale: #A8A8A8. Windows color (decimal): -3301007 or 7446989. OLE color: 7446989.
HSL color Cylindrical-coordinate representation of color #CDA171: hue angle of 31.3º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDA171 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 113 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.20 |
| HSL | 31.3º | 0.48% | 0.62% | - |
| HSV(B) | 31.3º | 0.45% | 0.8% | - |
| XYZ | 40.9 | 39.66 | 21.12 | - |
| YUV | 168.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 113 | 0 | 0.21 | 0.45 | 0.20 | 31.3 | 0.48 | 0.62 |
| Hex | CD | A1 | 71 | 0 | 15 | 2D | 14 | 1F | 30 | 3E |
| Octal | 315 | 241 | 161 | 0 | 25 | 55 | 24 | 37 | 60 | 76 |
| Binary | 11001101 | 10100001 | 1110001 | 0 | 10101 | 101101 | 10100 | 11111 | 110000 | 111110 |
Color Harmonies of #CDA171
Complementary color
Monochromatic Colors of #CDA171
Black with #CDA171
Text Example
Text Example
White with #CDA171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA171; }
p { color: rgb(205,161,113); }
H1.HeaderClassName
{
color: #CDA171;
}
.AnyTagClassName
{
color: #CDA171;
}
</style>
background-color css
<style>
a { background-color: #CDA171; }
a { background-color: rgb(205,161,113); }
div.DivClassName
{
background-color: #CDA171;
}
.BgClassName
{
background-color: #CDA171;
}
</style>
border-color css
<style>
span { border-color: #CDA171; }
span { border-color: rgb(205,161,113); }
td.TdClassName
{
border-color: #CDA171;
}
.TagClassName
{
border-color: #CDA171;
}
</style>