Shades of Old Gold #CFBB45
Tints of Old Gold #CFBB45
RGB
CMYK
RGB Variations
Color information
#CFBB45 (or 0xCFBB45) is known color: Old Gold. HEX triplet: CF, BB and 45. RGB value is (207,187,69). Sum of RGB (Red+Green+Blue) = 207+187+69=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB45 is #3044BA. Grayscale: #B4B4B4. Windows color (decimal): -3163323 or 4570063. OLE color: 4570063.
HSL color Cylindrical-coordinate representation of color #CFBB45: hue angle of 51.3º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFBB45 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 69 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.19 |
| HSL | 51.3º | 0.59% | 0.54% | - |
| HSV(B) | 51.3º | 0.67% | 0.81% | - |
| XYZ | 44.58 | 49.24 | 12.78 | - |
| YUV | 179.53 | 65.63 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 69 | 0 | 0.10 | 0.67 | 0.19 | 51.3 | 0.59 | 0.54 |
| Hex | CF | BB | 45 | 0 | A | 43 | 13 | 33 | 3B | 36 |
| Octal | 317 | 273 | 105 | 0 | 12 | 103 | 23 | 63 | 73 | 66 |
| Binary | 11001111 | 10111011 | 1000101 | 0 | 1010 | 1000011 | 10011 | 110011 | 111011 | 110110 |
Color Harmonies of #CFBB45
Complementary color
Monochromatic Colors of #CFBB45
Black with #CFBB45
Text Example
Text Example
White with #CFBB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB45; }
p { color: rgb(207,187,69); }
H1.HeaderClassName
{
color: #CFBB45;
}
.AnyTagClassName
{
color: #CFBB45;
}
</style>
background-color css
<style>
a { background-color: #CFBB45; }
a { background-color: rgb(207,187,69); }
div.DivClassName
{
background-color: #CFBB45;
}
.BgClassName
{
background-color: #CFBB45;
}
</style>
border-color css
<style>
span { border-color: #CFBB45; }
span { border-color: rgb(207,187,69); }
td.TdClassName
{
border-color: #CFBB45;
}
.TagClassName
{
border-color: #CFBB45;
}
</style>