Shades of Old Gold #CFBA48
Tints of Old Gold #CFBA48
RGB
CMYK
RGB Variations
Color information
#CFBA48 (or 0xCFBA48) is known color: Old Gold. HEX triplet: CF, BA and 48. RGB value is (207,186,72). Sum of RGB (Red+Green+Blue) = 207+186+72=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA48 is #3045B7. Grayscale: #B3B3B3. Windows color (decimal): -3163576 or 4766415. OLE color: 4766415.
HSL color Cylindrical-coordinate representation of color #CFBA48: hue angle of 50.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFBA48 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 72 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.19 |
| HSL | 50.67º | 0.58% | 0.55% | - |
| HSV(B) | 50.67º | 0.65% | 0.81% | - |
| XYZ | 44.46 | 48.85 | 13.22 | - |
| YUV | 179.28 | 67.46 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 72 | 0 | 0.10 | 0.65 | 0.19 | 50.67 | 0.58 | 0.55 |
| Hex | CF | BA | 48 | 0 | A | 41 | 13 | 33 | 3A | 37 |
| Octal | 317 | 272 | 110 | 0 | 12 | 101 | 23 | 63 | 72 | 67 |
| Binary | 11001111 | 10111010 | 1001000 | 0 | 1010 | 1000001 | 10011 | 110011 | 111010 | 110111 |
Color Harmonies of #CFBA48
Complementary color
Monochromatic Colors of #CFBA48
Black with #CFBA48
Text Example
Text Example
White with #CFBA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA48; }
p { color: rgb(207,186,72); }
H1.HeaderClassName
{
color: #CFBA48;
}
.AnyTagClassName
{
color: #CFBA48;
}
</style>
background-color css
<style>
a { background-color: #CFBA48; }
a { background-color: rgb(207,186,72); }
div.DivClassName
{
background-color: #CFBA48;
}
.BgClassName
{
background-color: #CFBA48;
}
</style>
border-color css
<style>
span { border-color: #CFBA48; }
span { border-color: rgb(207,186,72); }
td.TdClassName
{
border-color: #CFBA48;
}
.TagClassName
{
border-color: #CFBA48;
}
</style>