Shades of Old Gold #CFB92E
Tints of Old Gold #CFB92E
RGB
CMYK
RGB Variations
Color information
#CFB92E (or 0xCFB92E) is known color: Old Gold. HEX triplet: CF, B9 and 2E. RGB value is (207,185,46). Sum of RGB (Red+Green+Blue) = 207+185+46=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB92E is #3046D1. Grayscale: #B0B0B0. Windows color (decimal): -3163858 or 3062223. OLE color: 3062223.
HSL color Cylindrical-coordinate representation of color #CFB92E: hue angle of 51.8º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFB92E is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 46 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.19 |
| HSL | 51.8º | 0.64% | 0.5% | - |
| HSV(B) | 51.8º | 0.78% | 0.81% | - |
| XYZ | 43.57 | 48.16 | 9.58 | - |
| YUV | 175.73 | 54.79 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 46 | 0 | 0.11 | 0.78 | 0.19 | 51.8 | 0.64 | 0.5 |
| Hex | CF | B9 | 2E | 0 | B | 4E | 13 | 34 | 40 | 32 |
| Octal | 317 | 271 | 56 | 0 | 13 | 116 | 23 | 64 | 100 | 62 |
| Binary | 11001111 | 10111001 | 101110 | 0 | 1011 | 1001110 | 10011 | 110100 | 1000000 | 110010 |
Color Harmonies of #CFB92E
Complementary color
Monochromatic Colors of #CFB92E
Black with #CFB92E
Text Example
Text Example
White with #CFB92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB92E; }
p { color: rgb(207,185,46); }
H1.HeaderClassName
{
color: #CFB92E;
}
.AnyTagClassName
{
color: #CFB92E;
}
</style>
background-color css
<style>
a { background-color: #CFB92E; }
a { background-color: rgb(207,185,46); }
div.DivClassName
{
background-color: #CFB92E;
}
.BgClassName
{
background-color: #CFB92E;
}
</style>
border-color css
<style>
span { border-color: #CFB92E; }
span { border-color: rgb(207,185,46); }
td.TdClassName
{
border-color: #CFB92E;
}
.TagClassName
{
border-color: #CFB92E;
}
</style>