Shades of Old Gold #CFBA3F
Tints of Old Gold #CFBA3F
RGB
CMYK
RGB Variations
Color information
#CFBA3F (or 0xCFBA3F) is known color: Old Gold. HEX triplet: CF, BA and 3F. RGB value is (207,186,63). Sum of RGB (Red+Green+Blue) = 207+186+63=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA3F is #3045C0. Grayscale: #B2B2B2. Windows color (decimal): -3163585 or 4176591. OLE color: 4176591.
HSL color Cylindrical-coordinate representation of color #CFBA3F: hue angle of 51.25º 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 #CFBA3F is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 63 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.19 |
| HSL | 51.25º | 0.6% | 0.53% | - |
| HSV(B) | 51.25º | 0.7% | 0.81% | - |
| XYZ | 44.19 | 48.74 | 11.78 | - |
| YUV | 178.26 | 62.96 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 63 | 0 | 0.10 | 0.70 | 0.19 | 51.25 | 0.6 | 0.53 |
| Hex | CF | BA | 3F | 0 | A | 46 | 13 | 33 | 3C | 35 |
| Octal | 317 | 272 | 77 | 0 | 12 | 106 | 23 | 63 | 74 | 65 |
| Binary | 11001111 | 10111010 | 111111 | 0 | 1010 | 1000110 | 10011 | 110011 | 111100 | 110101 |
Color Harmonies of #CFBA3F
Complementary color
Monochromatic Colors of #CFBA3F
Black with #CFBA3F
Text Example
Text Example
White with #CFBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA3F; }
p { color: rgb(207,186,63); }
H1.HeaderClassName
{
color: #CFBA3F;
}
.AnyTagClassName
{
color: #CFBA3F;
}
</style>
background-color css
<style>
a { background-color: #CFBA3F; }
a { background-color: rgb(207,186,63); }
div.DivClassName
{
background-color: #CFBA3F;
}
.BgClassName
{
background-color: #CFBA3F;
}
</style>
border-color css
<style>
span { border-color: #CFBA3F; }
span { border-color: rgb(207,186,63); }
td.TdClassName
{
border-color: #CFBA3F;
}
.TagClassName
{
border-color: #CFBA3F;
}
</style>