Shades of Old Gold #CFBA35
Tints of Old Gold #CFBA35
RGB
CMYK
RGB Variations
Color information
#CFBA35 (or 0xCFBA35) is known color: Old Gold. HEX triplet: CF, BA and 35. RGB value is (207,186,53). Sum of RGB (Red+Green+Blue) = 207+186+53=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 53 (21.09% from 255 or 11.88% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA35 is #3045CA. Grayscale: #B1B1B1. Windows color (decimal): -3163595 or 3521231. OLE color: 3521231.
HSL color Cylindrical-coordinate representation of color #CFBA35: hue angle of 51.82º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFBA35 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 53 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.19 |
| HSL | 51.82º | 0.62% | 0.51% | - |
| HSV(B) | 51.82º | 0.74% | 0.81% | - |
| XYZ | 43.93 | 48.64 | 10.44 | - |
| YUV | 177.12 | 57.96 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 53 | 0 | 0.10 | 0.74 | 0.19 | 51.82 | 0.62 | 0.51 |
| Hex | CF | BA | 35 | 0 | A | 4A | 13 | 34 | 3E | 33 |
| Octal | 317 | 272 | 65 | 0 | 12 | 112 | 23 | 64 | 76 | 63 |
| Binary | 11001111 | 10111010 | 110101 | 0 | 1010 | 1001010 | 10011 | 110100 | 111110 | 110011 |
Color Harmonies of #CFBA35
Complementary color
Monochromatic Colors of #CFBA35
Black with #CFBA35
Text Example
Text Example
White with #CFBA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA35; }
p { color: rgb(207,186,53); }
H1.HeaderClassName
{
color: #CFBA35;
}
.AnyTagClassName
{
color: #CFBA35;
}
</style>
background-color css
<style>
a { background-color: #CFBA35; }
a { background-color: rgb(207,186,53); }
div.DivClassName
{
background-color: #CFBA35;
}
.BgClassName
{
background-color: #CFBA35;
}
</style>
border-color css
<style>
span { border-color: #CFBA35; }
span { border-color: rgb(207,186,53); }
td.TdClassName
{
border-color: #CFBA35;
}
.TagClassName
{
border-color: #CFBA35;
}
</style>