Shades of Old Gold #CFB03A
Tints of Old Gold #CFB03A
RGB
CMYK
RGB Variations
Color information
#CFB03A (or 0xCFB03A) is known color: Old Gold. HEX triplet: CF, B0 and 3A. RGB value is (207,176,58). Sum of RGB (Red+Green+Blue) = 207+176+58=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB03A is #304FC5. Grayscale: #ACACAC. Windows color (decimal): -3166150 or 3846351. OLE color: 3846351.
HSL color Cylindrical-coordinate representation of color #CFB03A: hue angle of 47.52º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFB03A is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 58 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.19 |
| HSL | 47.52º | 0.61% | 0.52% | - |
| HSV(B) | 47.52º | 0.72% | 0.81% | - |
| XYZ | 42.02 | 44.62 | 10.4 | - |
| YUV | 171.82 | 63.77 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 58 | 0 | 0.15 | 0.72 | 0.19 | 47.52 | 0.61 | 0.52 |
| Hex | CF | B0 | 3A | 0 | F | 48 | 13 | 30 | 3D | 34 |
| Octal | 317 | 260 | 72 | 0 | 17 | 110 | 23 | 60 | 75 | 64 |
| Binary | 11001111 | 10110000 | 111010 | 0 | 1111 | 1001000 | 10011 | 110000 | 111101 | 110100 |
Color Harmonies of #CFB03A
Complementary color
Monochromatic Colors of #CFB03A
Black with #CFB03A
Text Example
Text Example
White with #CFB03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB03A; }
p { color: rgb(207,176,58); }
H1.HeaderClassName
{
color: #CFB03A;
}
.AnyTagClassName
{
color: #CFB03A;
}
</style>
background-color css
<style>
a { background-color: #CFB03A; }
a { background-color: rgb(207,176,58); }
div.DivClassName
{
background-color: #CFB03A;
}
.BgClassName
{
background-color: #CFB03A;
}
</style>
border-color css
<style>
span { border-color: #CFB03A; }
span { border-color: rgb(207,176,58); }
td.TdClassName
{
border-color: #CFB03A;
}
.TagClassName
{
border-color: #CFB03A;
}
</style>