Shades of Old Gold #CFBA3E
Tints of Old Gold #CFBA3E
RGB
CMYK
RGB Variations
Color information
#CFBA3E (or 0xCFBA3E) is known color: Old Gold. HEX triplet: CF, BA and 3E. RGB value is (207,186,62). Sum of RGB (Red+Green+Blue) = 207+186+62=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA3E is #3045C1. Grayscale: #B2B2B2. Windows color (decimal): -3163586 or 4111055. OLE color: 4111055.
HSL color Cylindrical-coordinate representation of color #CFBA3E: hue angle of 51.31º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFBA3E is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 62 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.19 |
| HSL | 51.31º | 0.6% | 0.53% | - |
| HSV(B) | 51.31º | 0.7% | 0.81% | - |
| XYZ | 44.16 | 48.73 | 11.64 | - |
| YUV | 178.14 | 62.46 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 62 | 0 | 0.10 | 0.70 | 0.19 | 51.31 | 0.6 | 0.53 |
| Hex | CF | BA | 3E | 0 | A | 46 | 13 | 33 | 3C | 35 |
| Octal | 317 | 272 | 76 | 0 | 12 | 106 | 23 | 63 | 74 | 65 |
| Binary | 11001111 | 10111010 | 111110 | 0 | 1010 | 1000110 | 10011 | 110011 | 111100 | 110101 |
Color Harmonies of #CFBA3E
Complementary color
Monochromatic Colors of #CFBA3E
Black with #CFBA3E
Text Example
Text Example
White with #CFBA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA3E; }
p { color: rgb(207,186,62); }
H1.HeaderClassName
{
color: #CFBA3E;
}
.AnyTagClassName
{
color: #CFBA3E;
}
</style>
background-color css
<style>
a { background-color: #CFBA3E; }
a { background-color: rgb(207,186,62); }
div.DivClassName
{
background-color: #CFBA3E;
}
.BgClassName
{
background-color: #CFBA3E;
}
</style>
border-color css
<style>
span { border-color: #CFBA3E; }
span { border-color: rgb(207,186,62); }
td.TdClassName
{
border-color: #CFBA3E;
}
.TagClassName
{
border-color: #CFBA3E;
}
</style>