Shades of Fallow #CDA169
Tints of Fallow #CDA169
RGB
CMYK
RGB Variations
Color information
#CDA169 (or 0xCDA169) is known color: Fallow. HEX triplet: CD, A1 and 69. RGB value is (205,161,105). Sum of RGB (Red+Green+Blue) = 205+161+105=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA169 is #325E96. Grayscale: #A8A8A8. Windows color (decimal): -3301015 or 6922701. OLE color: 6922701.
HSL color Cylindrical-coordinate representation of color #CDA169: hue angle of 33.6º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDA169 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 105 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.20 |
| HSL | 33.6º | 0.5% | 0.61% | - |
| HSV(B) | 33.6º | 0.49% | 0.8% | - |
| XYZ | 40.47 | 39.49 | 18.85 | - |
| YUV | 167.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 105 | 0 | 0.21 | 0.49 | 0.20 | 33.6 | 0.5 | 0.61 |
| Hex | CD | A1 | 69 | 0 | 15 | 31 | 14 | 22 | 32 | 3D |
| Octal | 315 | 241 | 151 | 0 | 25 | 61 | 24 | 42 | 62 | 75 |
| Binary | 11001101 | 10100001 | 1101001 | 0 | 10101 | 110001 | 10100 | 100010 | 110010 | 111101 |
Color Harmonies of #CDA169
Complementary color
Monochromatic Colors of #CDA169
Black with #CDA169
Text Example
Text Example
White with #CDA169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA169; }
p { color: rgb(205,161,105); }
H1.HeaderClassName
{
color: #CDA169;
}
.AnyTagClassName
{
color: #CDA169;
}
</style>
background-color css
<style>
a { background-color: #CDA169; }
a { background-color: rgb(205,161,105); }
div.DivClassName
{
background-color: #CDA169;
}
.BgClassName
{
background-color: #CDA169;
}
</style>
border-color css
<style>
span { border-color: #CDA169; }
span { border-color: rgb(205,161,105); }
td.TdClassName
{
border-color: #CDA169;
}
.TagClassName
{
border-color: #CDA169;
}
</style>