Shades of Old Gold #CFBA3B
Tints of Old Gold #CFBA3B
RGB
CMYK
RGB Variations
Color information
#CFBA3B (or 0xCFBA3B) is known color: Old Gold. HEX triplet: CF, BA and 3B. RGB value is (207,186,59). Sum of RGB (Red+Green+Blue) = 207+186+59=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA3B is #3045C4. Grayscale: #B2B2B2. Windows color (decimal): -3163589 or 3914447. OLE color: 3914447.
HSL color Cylindrical-coordinate representation of color #CFBA3B: hue angle of 51.49º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFBA3B is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 59 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.19 |
| HSL | 51.49º | 0.61% | 0.52% | - |
| HSV(B) | 51.49º | 0.71% | 0.81% | - |
| XYZ | 44.08 | 48.7 | 11.21 | - |
| YUV | 177.8 | 60.96 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 59 | 0 | 0.10 | 0.71 | 0.19 | 51.49 | 0.61 | 0.52 |
| Hex | CF | BA | 3B | 0 | A | 47 | 13 | 33 | 3D | 34 |
| Octal | 317 | 272 | 73 | 0 | 12 | 107 | 23 | 63 | 75 | 64 |
| Binary | 11001111 | 10111010 | 111011 | 0 | 1010 | 1000111 | 10011 | 110011 | 111101 | 110100 |
Color Harmonies of #CFBA3B
Complementary color
Monochromatic Colors of #CFBA3B
Black with #CFBA3B
Text Example
Text Example
White with #CFBA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA3B; }
p { color: rgb(207,186,59); }
H1.HeaderClassName
{
color: #CFBA3B;
}
.AnyTagClassName
{
color: #CFBA3B;
}
</style>
background-color css
<style>
a { background-color: #CFBA3B; }
a { background-color: rgb(207,186,59); }
div.DivClassName
{
background-color: #CFBA3B;
}
.BgClassName
{
background-color: #CFBA3B;
}
</style>
border-color css
<style>
span { border-color: #CFBA3B; }
span { border-color: rgb(207,186,59); }
td.TdClassName
{
border-color: #CFBA3B;
}
.TagClassName
{
border-color: #CFBA3B;
}
</style>