Shades of Old Gold #CFBC47
Tints of Old Gold #CFBC47
RGB
CMYK
RGB Variations
Color information
#CFBC47 (or 0xCFBC47) is known color: Old Gold. HEX triplet: CF, BC and 47. RGB value is (207,188,71). Sum of RGB (Red+Green+Blue) = 207+188+71=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC47 is #3043B8. Grayscale: #B4B4B4. Windows color (decimal): -3163065 or 4701391. OLE color: 4701391.
HSL color Cylindrical-coordinate representation of color #CFBC47: hue angle of 51.62º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFBC47 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 71 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.19 |
| HSL | 51.62º | 0.59% | 0.55% | - |
| HSV(B) | 51.62º | 0.66% | 0.81% | - |
| XYZ | 44.85 | 49.69 | 13.19 | - |
| YUV | 180.34 | 66.29 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 71 | 0 | 0.09 | 0.66 | 0.19 | 51.62 | 0.59 | 0.55 |
| Hex | CF | BC | 47 | 0 | 9 | 42 | 13 | 34 | 3B | 37 |
| Octal | 317 | 274 | 107 | 0 | 11 | 102 | 23 | 64 | 73 | 67 |
| Binary | 11001111 | 10111100 | 1000111 | 0 | 1001 | 1000010 | 10011 | 110100 | 111011 | 110111 |
Color Harmonies of #CFBC47
Complementary color
Monochromatic Colors of #CFBC47
Black with #CFBC47
Text Example
Text Example
White with #CFBC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC47; }
p { color: rgb(207,188,71); }
H1.HeaderClassName
{
color: #CFBC47;
}
.AnyTagClassName
{
color: #CFBC47;
}
</style>
background-color css
<style>
a { background-color: #CFBC47; }
a { background-color: rgb(207,188,71); }
div.DivClassName
{
background-color: #CFBC47;
}
.BgClassName
{
background-color: #CFBC47;
}
</style>
border-color css
<style>
span { border-color: #CFBC47; }
span { border-color: rgb(207,188,71); }
td.TdClassName
{
border-color: #CFBC47;
}
.TagClassName
{
border-color: #CFBC47;
}
</style>