Shades of Old Gold #CFBE37
Tints of Old Gold #CFBE37
RGB
CMYK
RGB Variations
Color information
#CFBE37 (or 0xCFBE37) is known color: Old Gold. HEX triplet: CF, BE and 37. RGB value is (207,190,55). Sum of RGB (Red+Green+Blue) = 207+190+55=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE37 is #3041C8. Grayscale: #B4B4B4. Windows color (decimal): -3162569 or 3653327. OLE color: 3653327.
HSL color Cylindrical-coordinate representation of color #CFBE37: hue angle of 53.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFBE37 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 55 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.19 |
| HSL | 53.29º | 0.61% | 0.51% | - |
| HSV(B) | 53.29º | 0.73% | 0.81% | - |
| XYZ | 44.84 | 50.37 | 10.97 | - |
| YUV | 179.69 | 57.63 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 55 | 0 | 0.08 | 0.73 | 0.19 | 53.29 | 0.61 | 0.51 |
| Hex | CF | BE | 37 | 0 | 8 | 49 | 13 | 35 | 3D | 33 |
| Octal | 317 | 276 | 67 | 0 | 10 | 111 | 23 | 65 | 75 | 63 |
| Binary | 11001111 | 10111110 | 110111 | 0 | 1000 | 1001001 | 10011 | 110101 | 111101 | 110011 |
Color Harmonies of #CFBE37
Complementary color
Monochromatic Colors of #CFBE37
Black with #CFBE37
Text Example
Text Example
White with #CFBE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE37; }
p { color: rgb(207,190,55); }
H1.HeaderClassName
{
color: #CFBE37;
}
.AnyTagClassName
{
color: #CFBE37;
}
</style>
background-color css
<style>
a { background-color: #CFBE37; }
a { background-color: rgb(207,190,55); }
div.DivClassName
{
background-color: #CFBE37;
}
.BgClassName
{
background-color: #CFBE37;
}
</style>
border-color css
<style>
span { border-color: #CFBE37; }
span { border-color: rgb(207,190,55); }
td.TdClassName
{
border-color: #CFBE37;
}
.TagClassName
{
border-color: #CFBE37;
}
</style>