Shades of Fallow #CDA273
Tints of Fallow #CDA273
RGB
CMYK
RGB Variations
Color information
#CDA273 (or 0xCDA273) is known color: Fallow. HEX triplet: CD, A2 and 73. RGB value is (205,162,115). Sum of RGB (Red+Green+Blue) = 205+162+115=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA273 is #325D8C. Grayscale: #A9A9A9. Windows color (decimal): -3300749 or 7578317. OLE color: 7578317.
HSL color Cylindrical-coordinate representation of color #CDA273: hue angle of 31.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDA273 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 115 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.20 |
| HSL | 31.33º | 0.47% | 0.63% | - |
| HSV(B) | 31.33º | 0.44% | 0.8% | - |
| XYZ | 41.19 | 40.06 | 21.78 | - |
| YUV | 169.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 115 | 0 | 0.21 | 0.44 | 0.20 | 31.33 | 0.47 | 0.63 |
| Hex | CD | A2 | 73 | 0 | 15 | 2C | 14 | 1F | 2F | 3F |
| Octal | 315 | 242 | 163 | 0 | 25 | 54 | 24 | 37 | 57 | 77 |
| Binary | 11001101 | 10100010 | 1110011 | 0 | 10101 | 101100 | 10100 | 11111 | 101111 | 111111 |
Color Harmonies of #CDA273
Complementary color
Monochromatic Colors of #CDA273
Black with #CDA273
Text Example
Text Example
White with #CDA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA273; }
p { color: rgb(205,162,115); }
H1.HeaderClassName
{
color: #CDA273;
}
.AnyTagClassName
{
color: #CDA273;
}
</style>
background-color css
<style>
a { background-color: #CDA273; }
a { background-color: rgb(205,162,115); }
div.DivClassName
{
background-color: #CDA273;
}
.BgClassName
{
background-color: #CDA273;
}
</style>
border-color css
<style>
span { border-color: #CDA273; }
span { border-color: rgb(205,162,115); }
td.TdClassName
{
border-color: #CDA273;
}
.TagClassName
{
border-color: #CDA273;
}
</style>