Shades of Old Gold #CFBB46
Tints of Old Gold #CFBB46
RGB
CMYK
RGB Variations
Color information
#CFBB46 (or 0xCFBB46) is known color: Old Gold. HEX triplet: CF, BB and 46. RGB value is (207,187,70). Sum of RGB (Red+Green+Blue) = 207+187+70=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB46 is #3044B9. Grayscale: #B4B4B4. Windows color (decimal): -3163322 or 4635599. OLE color: 4635599.
HSL color Cylindrical-coordinate representation of color #CFBB46: hue angle of 51.24º 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 #CFBB46 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 70 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.19 |
| HSL | 51.24º | 0.59% | 0.54% | - |
| HSV(B) | 51.24º | 0.66% | 0.81% | - |
| XYZ | 44.61 | 49.25 | 12.95 | - |
| YUV | 179.64 | 66.13 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 70 | 0 | 0.10 | 0.66 | 0.19 | 51.24 | 0.59 | 0.54 |
| Hex | CF | BB | 46 | 0 | A | 42 | 13 | 33 | 3B | 36 |
| Octal | 317 | 273 | 106 | 0 | 12 | 102 | 23 | 63 | 73 | 66 |
| Binary | 11001111 | 10111011 | 1000110 | 0 | 1010 | 1000010 | 10011 | 110011 | 111011 | 110110 |
Color Harmonies of #CFBB46
Complementary color
Monochromatic Colors of #CFBB46
Black with #CFBB46
Text Example
Text Example
White with #CFBB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB46; }
p { color: rgb(207,187,70); }
H1.HeaderClassName
{
color: #CFBB46;
}
.AnyTagClassName
{
color: #CFBB46;
}
</style>
background-color css
<style>
a { background-color: #CFBB46; }
a { background-color: rgb(207,187,70); }
div.DivClassName
{
background-color: #CFBB46;
}
.BgClassName
{
background-color: #CFBB46;
}
</style>
border-color css
<style>
span { border-color: #CFBB46; }
span { border-color: rgb(207,187,70); }
td.TdClassName
{
border-color: #CFBB46;
}
.TagClassName
{
border-color: #CFBB46;
}
</style>