Shades of Old Gold #CFBF41
Tints of Old Gold #CFBF41
RGB
CMYK
RGB Variations
Color information
#CFBF41 (or 0xCFBF41) is known color: Old Gold. HEX triplet: CF, BF and 41. RGB value is (207,191,65). Sum of RGB (Red+Green+Blue) = 207+191+65=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF41 is #3040BE. Grayscale: #B5B5B5. Windows color (decimal): -3162303 or 4308943. OLE color: 4308943.
HSL color Cylindrical-coordinate representation of color #CFBF41: hue angle of 53.24º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFBF41 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 65 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.19 |
| HSL | 53.24º | 0.6% | 0.53% | - |
| HSV(B) | 53.24º | 0.69% | 0.81% | - |
| XYZ | 45.32 | 50.91 | 12.44 | - |
| YUV | 181.42 | 62.3 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 65 | 0 | 0.08 | 0.69 | 0.19 | 53.24 | 0.6 | 0.53 |
| Hex | CF | BF | 41 | 0 | 8 | 45 | 13 | 35 | 3C | 35 |
| Octal | 317 | 277 | 101 | 0 | 10 | 105 | 23 | 65 | 74 | 65 |
| Binary | 11001111 | 10111111 | 1000001 | 0 | 1000 | 1000101 | 10011 | 110101 | 111100 | 110101 |
Color Harmonies of #CFBF41
Complementary color
Monochromatic Colors of #CFBF41
Black with #CFBF41
Text Example
Text Example
White with #CFBF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF41; }
p { color: rgb(207,191,65); }
H1.HeaderClassName
{
color: #CFBF41;
}
.AnyTagClassName
{
color: #CFBF41;
}
</style>
background-color css
<style>
a { background-color: #CFBF41; }
a { background-color: rgb(207,191,65); }
div.DivClassName
{
background-color: #CFBF41;
}
.BgClassName
{
background-color: #CFBF41;
}
</style>
border-color css
<style>
span { border-color: #CFBF41; }
span { border-color: rgb(207,191,65); }
td.TdClassName
{
border-color: #CFBF41;
}
.TagClassName
{
border-color: #CFBF41;
}
</style>