Shades of Old Gold #CFB740
Tints of Old Gold #CFB740
RGB
CMYK
RGB Variations
Color information
#CFB740 (or 0xCFB740) is known color: Old Gold. HEX triplet: CF, B7 and 40. RGB value is (207,183,64). Sum of RGB (Red+Green+Blue) = 207+183+64=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB740 is #3048BF. Grayscale: #B1B1B1. Windows color (decimal): -3164352 or 4241359. OLE color: 4241359.
HSL color Cylindrical-coordinate representation of color #CFB740: hue angle of 49.93º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFB740 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 64 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.19 |
| HSL | 49.93º | 0.6% | 0.53% | - |
| HSV(B) | 49.93º | 0.69% | 0.81% | - |
| XYZ | 43.59 | 47.5 | 11.72 | - |
| YUV | 176.61 | 64.45 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 64 | 0 | 0.12 | 0.69 | 0.19 | 49.93 | 0.6 | 0.53 |
| Hex | CF | B7 | 40 | 0 | C | 45 | 13 | 32 | 3C | 35 |
| Octal | 317 | 267 | 100 | 0 | 14 | 105 | 23 | 62 | 74 | 65 |
| Binary | 11001111 | 10110111 | 1000000 | 0 | 1100 | 1000101 | 10011 | 110010 | 111100 | 110101 |
Color Harmonies of #CFB740
Complementary color
Monochromatic Colors of #CFB740
Black with #CFB740
Text Example
Text Example
White with #CFB740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB740; }
p { color: rgb(207,183,64); }
H1.HeaderClassName
{
color: #CFB740;
}
.AnyTagClassName
{
color: #CFB740;
}
</style>
background-color css
<style>
a { background-color: #CFB740; }
a { background-color: rgb(207,183,64); }
div.DivClassName
{
background-color: #CFB740;
}
.BgClassName
{
background-color: #CFB740;
}
</style>
border-color css
<style>
span { border-color: #CFB740; }
span { border-color: rgb(207,183,64); }
td.TdClassName
{
border-color: #CFB740;
}
.TagClassName
{
border-color: #CFB740;
}
</style>