Shades of Old Gold #CFBC2E
Tints of Old Gold #CFBC2E
RGB
CMYK
RGB Variations
Color information
#CFBC2E (or 0xCFBC2E) is known color: Old Gold. HEX triplet: CF, BC and 2E. RGB value is (207,188,46). Sum of RGB (Red+Green+Blue) = 207+188+46=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC2E is #3043D1. Grayscale: #B2B2B2. Windows color (decimal): -3163090 or 3062991. OLE color: 3062991.
HSL color Cylindrical-coordinate representation of color #CFBC2E: hue angle of 52.92º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFBC2E is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 46 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.19 |
| HSL | 52.92º | 0.64% | 0.5% | - |
| HSV(B) | 52.92º | 0.78% | 0.81% | - |
| XYZ | 44.21 | 49.43 | 9.8 | - |
| YUV | 177.49 | 53.79 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 46 | 0 | 0.09 | 0.78 | 0.19 | 52.92 | 0.64 | 0.5 |
| Hex | CF | BC | 2E | 0 | 9 | 4E | 13 | 35 | 40 | 32 |
| Octal | 317 | 274 | 56 | 0 | 11 | 116 | 23 | 65 | 100 | 62 |
| Binary | 11001111 | 10111100 | 101110 | 0 | 1001 | 1001110 | 10011 | 110101 | 1000000 | 110010 |
Color Harmonies of #CFBC2E
Complementary color
Monochromatic Colors of #CFBC2E
Black with #CFBC2E
Text Example
Text Example
White with #CFBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC2E; }
p { color: rgb(207,188,46); }
H1.HeaderClassName
{
color: #CFBC2E;
}
.AnyTagClassName
{
color: #CFBC2E;
}
</style>
background-color css
<style>
a { background-color: #CFBC2E; }
a { background-color: rgb(207,188,46); }
div.DivClassName
{
background-color: #CFBC2E;
}
.BgClassName
{
background-color: #CFBC2E;
}
</style>
border-color css
<style>
span { border-color: #CFBC2E; }
span { border-color: rgb(207,188,46); }
td.TdClassName
{
border-color: #CFBC2E;
}
.TagClassName
{
border-color: #CFBC2E;
}
</style>