Shades of Old Gold #CFBA30
Tints of Old Gold #CFBA30
RGB
CMYK
RGB Variations
Color information
#CFBA30 (or 0xCFBA30) is known color: Old Gold. HEX triplet: CF, BA and 30. RGB value is (207,186,48). Sum of RGB (Red+Green+Blue) = 207+186+48=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA30 is #3045CF. Grayscale: #B1B1B1. Windows color (decimal): -3163600 or 3193551. OLE color: 3193551.
HSL color Cylindrical-coordinate representation of color #CFBA30: hue angle of 52.08º 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 #CFBA30 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 48 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.19 |
| HSL | 52.08º | 0.62% | 0.5% | - |
| HSV(B) | 52.08º | 0.77% | 0.81% | - |
| XYZ | 43.82 | 48.6 | 9.87 | - |
| YUV | 176.55 | 55.46 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 48 | 0 | 0.10 | 0.77 | 0.19 | 52.08 | 0.62 | 0.5 |
| Hex | CF | BA | 30 | 0 | A | 4D | 13 | 34 | 3E | 32 |
| Octal | 317 | 272 | 60 | 0 | 12 | 115 | 23 | 64 | 76 | 62 |
| Binary | 11001111 | 10111010 | 110000 | 0 | 1010 | 1001101 | 10011 | 110100 | 111110 | 110010 |
Color Harmonies of #CFBA30
Complementary color
Monochromatic Colors of #CFBA30
Black with #CFBA30
Text Example
Text Example
White with #CFBA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA30; }
p { color: rgb(207,186,48); }
H1.HeaderClassName
{
color: #CFBA30;
}
.AnyTagClassName
{
color: #CFBA30;
}
</style>
background-color css
<style>
a { background-color: #CFBA30; }
a { background-color: rgb(207,186,48); }
div.DivClassName
{
background-color: #CFBA30;
}
.BgClassName
{
background-color: #CFBA30;
}
</style>
border-color css
<style>
span { border-color: #CFBA30; }
span { border-color: rgb(207,186,48); }
td.TdClassName
{
border-color: #CFBA30;
}
.TagClassName
{
border-color: #CFBA30;
}
</style>