Shades of Old Gold #CFB03F
Tints of Old Gold #CFB03F
RGB
CMYK
RGB Variations
Color information
#CFB03F (or 0xCFB03F) is known color: Old Gold. HEX triplet: CF, B0 and 3F. RGB value is (207,176,63). Sum of RGB (Red+Green+Blue) = 207+176+63=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB03F is #304FC0. Grayscale: #ACACAC. Windows color (decimal): -3166145 or 4174031. OLE color: 4174031.
HSL color Cylindrical-coordinate representation of color #CFB03F: hue angle of 47.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFB03F is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 63 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.19 |
| HSL | 47.08º | 0.6% | 0.53% | - |
| HSV(B) | 47.08º | 0.7% | 0.81% | - |
| XYZ | 42.15 | 44.67 | 11.1 | - |
| YUV | 172.39 | 66.27 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 63 | 0 | 0.15 | 0.70 | 0.19 | 47.08 | 0.6 | 0.53 |
| Hex | CF | B0 | 3F | 0 | F | 46 | 13 | 2F | 3C | 35 |
| Octal | 317 | 260 | 77 | 0 | 17 | 106 | 23 | 57 | 74 | 65 |
| Binary | 11001111 | 10110000 | 111111 | 0 | 1111 | 1000110 | 10011 | 101111 | 111100 | 110101 |
Color Harmonies of #CFB03F
Complementary color
Monochromatic Colors of #CFB03F
Black with #CFB03F
Text Example
Text Example
White with #CFB03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB03F; }
p { color: rgb(207,176,63); }
H1.HeaderClassName
{
color: #CFB03F;
}
.AnyTagClassName
{
color: #CFB03F;
}
</style>
background-color css
<style>
a { background-color: #CFB03F; }
a { background-color: rgb(207,176,63); }
div.DivClassName
{
background-color: #CFB03F;
}
.BgClassName
{
background-color: #CFB03F;
}
</style>
border-color css
<style>
span { border-color: #CFB03F; }
span { border-color: rgb(207,176,63); }
td.TdClassName
{
border-color: #CFB03F;
}
.TagClassName
{
border-color: #CFB03F;
}
</style>