Shades of Fallow #CDA166
Tints of Fallow #CDA166
RGB
CMYK
RGB Variations
Color information
#CDA166 (or 0xCDA166) is known color: Fallow. HEX triplet: CD, A1 and 66. RGB value is (205,161,102). Sum of RGB (Red+Green+Blue) = 205+161+102=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA166 is #325E99. Grayscale: #A7A7A7. Windows color (decimal): -3301018 or 6726093. OLE color: 6726093.
HSL color Cylindrical-coordinate representation of color #CDA166: hue angle of 34.37º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDA166 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 102 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.20 |
| HSL | 34.37º | 0.51% | 0.6% | - |
| HSV(B) | 34.37º | 0.5% | 0.8% | - |
| XYZ | 40.32 | 39.43 | 18.06 | - |
| YUV | 167.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 102 | 0 | 0.21 | 0.50 | 0.20 | 34.37 | 0.51 | 0.6 |
| Hex | CD | A1 | 66 | 0 | 15 | 32 | 14 | 22 | 33 | 3C |
| Octal | 315 | 241 | 146 | 0 | 25 | 62 | 24 | 42 | 63 | 74 |
| Binary | 11001101 | 10100001 | 1100110 | 0 | 10101 | 110010 | 10100 | 100010 | 110011 | 111100 |
Color Harmonies of #CDA166
Complementary color
Monochromatic Colors of #CDA166
Black with #CDA166
Text Example
Text Example
White with #CDA166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA166; }
p { color: rgb(205,161,102); }
H1.HeaderClassName
{
color: #CDA166;
}
.AnyTagClassName
{
color: #CDA166;
}
</style>
background-color css
<style>
a { background-color: #CDA166; }
a { background-color: rgb(205,161,102); }
div.DivClassName
{
background-color: #CDA166;
}
.BgClassName
{
background-color: #CDA166;
}
</style>
border-color css
<style>
span { border-color: #CDA166; }
span { border-color: rgb(205,161,102); }
td.TdClassName
{
border-color: #CDA166;
}
.TagClassName
{
border-color: #CDA166;
}
</style>