Shades of Old Gold #CFBA40
Tints of Old Gold #CFBA40
RGB
CMYK
RGB Variations
Color information
#CFBA40 (or 0xCFBA40) is known color: Old Gold. HEX triplet: CF, BA and 40. RGB value is (207,186,64). Sum of RGB (Red+Green+Blue) = 207+186+64=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA40 is #3045BF. Grayscale: #B2B2B2. Windows color (decimal): -3163584 or 4242127. OLE color: 4242127.
HSL color Cylindrical-coordinate representation of color #CFBA40: hue angle of 51.19º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFBA40 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 64 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.19 |
| HSL | 51.19º | 0.6% | 0.53% | - |
| HSV(B) | 51.19º | 0.69% | 0.81% | - |
| XYZ | 44.22 | 48.75 | 11.93 | - |
| YUV | 178.37 | 63.46 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 64 | 0 | 0.10 | 0.69 | 0.19 | 51.19 | 0.6 | 0.53 |
| Hex | CF | BA | 40 | 0 | A | 45 | 13 | 33 | 3C | 35 |
| Octal | 317 | 272 | 100 | 0 | 12 | 105 | 23 | 63 | 74 | 65 |
| Binary | 11001111 | 10111010 | 1000000 | 0 | 1010 | 1000101 | 10011 | 110011 | 111100 | 110101 |
Color Harmonies of #CFBA40
Complementary color
Monochromatic Colors of #CFBA40
Black with #CFBA40
Text Example
Text Example
White with #CFBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA40; }
p { color: rgb(207,186,64); }
H1.HeaderClassName
{
color: #CFBA40;
}
.AnyTagClassName
{
color: #CFBA40;
}
</style>
background-color css
<style>
a { background-color: #CFBA40; }
a { background-color: rgb(207,186,64); }
div.DivClassName
{
background-color: #CFBA40;
}
.BgClassName
{
background-color: #CFBA40;
}
</style>
border-color css
<style>
span { border-color: #CFBA40; }
span { border-color: rgb(207,186,64); }
td.TdClassName
{
border-color: #CFBA40;
}
.TagClassName
{
border-color: #CFBA40;
}
</style>