Shades of Fallow #CDA167
Tints of Fallow #CDA167
RGB
CMYK
RGB Variations
Color information
#CDA167 (or 0xCDA167) is known color: Fallow. HEX triplet: CD, A1 and 67. RGB value is (205,161,103). Sum of RGB (Red+Green+Blue) = 205+161+103=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA167 is #325E98. Grayscale: #A7A7A7. Windows color (decimal): -3301017 or 6791629. OLE color: 6791629.
HSL color Cylindrical-coordinate representation of color #CDA167: hue angle of 34.12º degrees, saturation: 0.5, 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 #CDA167 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 103 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.20 |
| HSL | 34.12º | 0.5% | 0.6% | - |
| HSV(B) | 34.12º | 0.5% | 0.8% | - |
| XYZ | 40.37 | 39.45 | 18.32 | - |
| YUV | 167.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 103 | 0 | 0.21 | 0.50 | 0.20 | 34.12 | 0.5 | 0.6 |
| Hex | CD | A1 | 67 | 0 | 15 | 32 | 14 | 22 | 32 | 3C |
| Octal | 315 | 241 | 147 | 0 | 25 | 62 | 24 | 42 | 62 | 74 |
| Binary | 11001101 | 10100001 | 1100111 | 0 | 10101 | 110010 | 10100 | 100010 | 110010 | 111100 |
Color Harmonies of #CDA167
Complementary color
Monochromatic Colors of #CDA167
Black with #CDA167
Text Example
Text Example
White with #CDA167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA167; }
p { color: rgb(205,161,103); }
H1.HeaderClassName
{
color: #CDA167;
}
.AnyTagClassName
{
color: #CDA167;
}
</style>
background-color css
<style>
a { background-color: #CDA167; }
a { background-color: rgb(205,161,103); }
div.DivClassName
{
background-color: #CDA167;
}
.BgClassName
{
background-color: #CDA167;
}
</style>
border-color css
<style>
span { border-color: #CDA167; }
span { border-color: rgb(205,161,103); }
td.TdClassName
{
border-color: #CDA167;
}
.TagClassName
{
border-color: #CDA167;
}
</style>