Shades of Old Gold #CFBA33
Tints of Old Gold #CFBA33
RGB
CMYK
RGB Variations
Color information
#CFBA33 (or 0xCFBA33) is known color: Old Gold. HEX triplet: CF, BA and 33. RGB value is (207,186,51). Sum of RGB (Red+Green+Blue) = 207+186+51=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 51 (20.31% from 255 or 11.49% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA33 is #3045CC. Grayscale: #B1B1B1. Windows color (decimal): -3163597 or 3390159. OLE color: 3390159.
HSL color Cylindrical-coordinate representation of color #CFBA33: hue angle of 51.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFBA33 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 51 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.19 |
| HSL | 51.92º | 0.62% | 0.51% | - |
| HSV(B) | 51.92º | 0.75% | 0.81% | - |
| XYZ | 43.89 | 48.62 | 10.2 | - |
| YUV | 176.89 | 56.96 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 51 | 0 | 0.10 | 0.75 | 0.19 | 51.92 | 0.62 | 0.51 |
| Hex | CF | BA | 33 | 0 | A | 4B | 13 | 34 | 3E | 33 |
| Octal | 317 | 272 | 63 | 0 | 12 | 113 | 23 | 64 | 76 | 63 |
| Binary | 11001111 | 10111010 | 110011 | 0 | 1010 | 1001011 | 10011 | 110100 | 111110 | 110011 |
Color Harmonies of #CFBA33
Complementary color
Monochromatic Colors of #CFBA33
Black with #CFBA33
Text Example
Text Example
White with #CFBA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA33; }
p { color: rgb(207,186,51); }
H1.HeaderClassName
{
color: #CFBA33;
}
.AnyTagClassName
{
color: #CFBA33;
}
</style>
background-color css
<style>
a { background-color: #CFBA33; }
a { background-color: rgb(207,186,51); }
div.DivClassName
{
background-color: #CFBA33;
}
.BgClassName
{
background-color: #CFBA33;
}
</style>
border-color css
<style>
span { border-color: #CFBA33; }
span { border-color: rgb(207,186,51); }
td.TdClassName
{
border-color: #CFBA33;
}
.TagClassName
{
border-color: #CFBA33;
}
</style>