Shades of Old Gold #CFBC30
Tints of Old Gold #CFBC30
RGB
CMYK
RGB Variations
Color information
#CFBC30 (or 0xCFBC30) is known color: Old Gold. HEX triplet: CF, BC and 30. RGB value is (207,188,48). Sum of RGB (Red+Green+Blue) = 207+188+48=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC30 is #3043CF. Grayscale: #B2B2B2. Windows color (decimal): -3163088 or 3194063. OLE color: 3194063.
HSL color Cylindrical-coordinate representation of color #CFBC30: hue angle of 52.83º degrees, saturation: 0.62, 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 #CFBC30 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 48 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.19 |
| HSL | 52.83º | 0.62% | 0.5% | - |
| HSV(B) | 52.83º | 0.77% | 0.81% | - |
| XYZ | 44.25 | 49.45 | 10.01 | - |
| YUV | 177.72 | 54.79 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 48 | 0 | 0.09 | 0.77 | 0.19 | 52.83 | 0.62 | 0.5 |
| Hex | CF | BC | 30 | 0 | 9 | 4D | 13 | 35 | 3E | 32 |
| Octal | 317 | 274 | 60 | 0 | 11 | 115 | 23 | 65 | 76 | 62 |
| Binary | 11001111 | 10111100 | 110000 | 0 | 1001 | 1001101 | 10011 | 110101 | 111110 | 110010 |
Color Harmonies of #CFBC30
Complementary color
Monochromatic Colors of #CFBC30
Black with #CFBC30
Text Example
Text Example
White with #CFBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC30; }
p { color: rgb(207,188,48); }
H1.HeaderClassName
{
color: #CFBC30;
}
.AnyTagClassName
{
color: #CFBC30;
}
</style>
background-color css
<style>
a { background-color: #CFBC30; }
a { background-color: rgb(207,188,48); }
div.DivClassName
{
background-color: #CFBC30;
}
.BgClassName
{
background-color: #CFBC30;
}
</style>
border-color css
<style>
span { border-color: #CFBC30; }
span { border-color: rgb(207,188,48); }
td.TdClassName
{
border-color: #CFBC30;
}
.TagClassName
{
border-color: #CFBC30;
}
</style>