Shades of Old Gold #CFBE2E
Tints of Old Gold #CFBE2E
RGB
CMYK
RGB Variations
Color information
#CFBE2E (or 0xCFBE2E) is known color: Old Gold. HEX triplet: CF, BE and 2E. RGB value is (207,190,46). Sum of RGB (Red+Green+Blue) = 207+190+46=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE2E is #3041D1. Grayscale: #B3B3B3. Windows color (decimal): -3162578 or 3063503. OLE color: 3063503.
HSL color Cylindrical-coordinate representation of color #CFBE2E: hue angle of 53.66º 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 #CFBE2E is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 46 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.19 |
| HSL | 53.66º | 0.64% | 0.5% | - |
| HSV(B) | 53.66º | 0.78% | 0.81% | - |
| XYZ | 44.64 | 50.29 | 9.94 | - |
| YUV | 178.67 | 53.13 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 46 | 0 | 0.08 | 0.78 | 0.19 | 53.66 | 0.64 | 0.5 |
| Hex | CF | BE | 2E | 0 | 8 | 4E | 13 | 36 | 40 | 32 |
| Octal | 317 | 276 | 56 | 0 | 10 | 116 | 23 | 66 | 100 | 62 |
| Binary | 11001111 | 10111110 | 101110 | 0 | 1000 | 1001110 | 10011 | 110110 | 1000000 | 110010 |
Color Harmonies of #CFBE2E
Complementary color
Monochromatic Colors of #CFBE2E
Black with #CFBE2E
Text Example
Text Example
White with #CFBE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE2E; }
p { color: rgb(207,190,46); }
H1.HeaderClassName
{
color: #CFBE2E;
}
.AnyTagClassName
{
color: #CFBE2E;
}
</style>
background-color css
<style>
a { background-color: #CFBE2E; }
a { background-color: rgb(207,190,46); }
div.DivClassName
{
background-color: #CFBE2E;
}
.BgClassName
{
background-color: #CFBE2E;
}
</style>
border-color css
<style>
span { border-color: #CFBE2E; }
span { border-color: rgb(207,190,46); }
td.TdClassName
{
border-color: #CFBE2E;
}
.TagClassName
{
border-color: #CFBE2E;
}
</style>