Shades of Old Gold #CFBE46
Tints of Old Gold #CFBE46
RGB
CMYK
RGB Variations
Color information
#CFBE46 (or 0xCFBE46) is known color: Old Gold. HEX triplet: CF, BE and 46. RGB value is (207,190,70). Sum of RGB (Red+Green+Blue) = 207+190+70=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE46 is #3041B9. Grayscale: #B5B5B5. Windows color (decimal): -3162554 or 4636367. OLE color: 4636367.
HSL color Cylindrical-coordinate representation of color #CFBE46: hue angle of 52.55º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFBE46 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 70 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.19 |
| HSL | 52.55º | 0.59% | 0.54% | - |
| HSV(B) | 52.55º | 0.66% | 0.81% | - |
| XYZ | 45.25 | 50.53 | 13.16 | - |
| YUV | 181.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 70 | 0 | 0.08 | 0.66 | 0.19 | 52.55 | 0.59 | 0.54 |
| Hex | CF | BE | 46 | 0 | 8 | 42 | 13 | 35 | 3B | 36 |
| Octal | 317 | 276 | 106 | 0 | 10 | 102 | 23 | 65 | 73 | 66 |
| Binary | 11001111 | 10111110 | 1000110 | 0 | 1000 | 1000010 | 10011 | 110101 | 111011 | 110110 |
Color Harmonies of #CFBE46
Complementary color
Monochromatic Colors of #CFBE46
Black with #CFBE46
Text Example
Text Example
White with #CFBE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE46; }
p { color: rgb(207,190,70); }
H1.HeaderClassName
{
color: #CFBE46;
}
.AnyTagClassName
{
color: #CFBE46;
}
</style>
background-color css
<style>
a { background-color: #CFBE46; }
a { background-color: rgb(207,190,70); }
div.DivClassName
{
background-color: #CFBE46;
}
.BgClassName
{
background-color: #CFBE46;
}
</style>
border-color css
<style>
span { border-color: #CFBE46; }
span { border-color: rgb(207,190,70); }
td.TdClassName
{
border-color: #CFBE46;
}
.TagClassName
{
border-color: #CFBE46;
}
</style>