Shades of Old Gold #CFBC2F
Tints of Old Gold #CFBC2F
RGB
CMYK
RGB Variations
Color information
#CFBC2F (or 0xCFBC2F) is known color: Old Gold. HEX triplet: CF, BC and 2F. RGB value is (207,188,47). Sum of RGB (Red+Green+Blue) = 207+188+47=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC2F is #3043D0. Grayscale: #B2B2B2. Windows color (decimal): -3163089 or 3128527. OLE color: 3128527.
HSL color Cylindrical-coordinate representation of color #CFBC2F: hue angle of 52.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFBC2F is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 47 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.19 |
| HSL | 52.88º | 0.63% | 0.5% | - |
| HSV(B) | 52.88º | 0.77% | 0.81% | - |
| XYZ | 44.23 | 49.44 | 9.9 | - |
| YUV | 177.61 | 54.29 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 47 | 0 | 0.09 | 0.77 | 0.19 | 52.88 | 0.63 | 0.5 |
| Hex | CF | BC | 2F | 0 | 9 | 4D | 13 | 35 | 3F | 32 |
| Octal | 317 | 274 | 57 | 0 | 11 | 115 | 23 | 65 | 77 | 62 |
| Binary | 11001111 | 10111100 | 101111 | 0 | 1001 | 1001101 | 10011 | 110101 | 111111 | 110010 |
Color Harmonies of #CFBC2F
Complementary color
Monochromatic Colors of #CFBC2F
Black with #CFBC2F
Text Example
Text Example
White with #CFBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC2F; }
p { color: rgb(207,188,47); }
H1.HeaderClassName
{
color: #CFBC2F;
}
.AnyTagClassName
{
color: #CFBC2F;
}
</style>
background-color css
<style>
a { background-color: #CFBC2F; }
a { background-color: rgb(207,188,47); }
div.DivClassName
{
background-color: #CFBC2F;
}
.BgClassName
{
background-color: #CFBC2F;
}
</style>
border-color css
<style>
span { border-color: #CFBC2F; }
span { border-color: rgb(207,188,47); }
td.TdClassName
{
border-color: #CFBC2F;
}
.TagClassName
{
border-color: #CFBC2F;
}
</style>