Shades of Old Gold #CFBF44
Tints of Old Gold #CFBF44
RGB
CMYK
RGB Variations
Color information
#CFBF44 (or 0xCFBF44) is known color: Old Gold. HEX triplet: CF, BF and 44. RGB value is (207,191,68). Sum of RGB (Red+Green+Blue) = 207+191+68=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF44 is #3040BB. Grayscale: #B6B6B6. Windows color (decimal): -3162300 or 4505551. OLE color: 4505551.
HSL color Cylindrical-coordinate representation of color #CFBF44: hue angle of 53.09º 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 #CFBF44 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 68 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.19 |
| HSL | 53.09º | 0.59% | 0.54% | - |
| HSV(B) | 53.09º | 0.67% | 0.81% | - |
| XYZ | 45.41 | 50.94 | 12.91 | - |
| YUV | 181.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 68 | 0 | 0.08 | 0.67 | 0.19 | 53.09 | 0.59 | 0.54 |
| Hex | CF | BF | 44 | 0 | 8 | 43 | 13 | 35 | 3B | 36 |
| Octal | 317 | 277 | 104 | 0 | 10 | 103 | 23 | 65 | 73 | 66 |
| Binary | 11001111 | 10111111 | 1000100 | 0 | 1000 | 1000011 | 10011 | 110101 | 111011 | 110110 |
Color Harmonies of #CFBF44
Complementary color
Monochromatic Colors of #CFBF44
Black with #CFBF44
Text Example
Text Example
White with #CFBF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF44; }
p { color: rgb(207,191,68); }
H1.HeaderClassName
{
color: #CFBF44;
}
.AnyTagClassName
{
color: #CFBF44;
}
</style>
background-color css
<style>
a { background-color: #CFBF44; }
a { background-color: rgb(207,191,68); }
div.DivClassName
{
background-color: #CFBF44;
}
.BgClassName
{
background-color: #CFBF44;
}
</style>
border-color css
<style>
span { border-color: #CFBF44; }
span { border-color: rgb(207,191,68); }
td.TdClassName
{
border-color: #CFBF44;
}
.TagClassName
{
border-color: #CFBF44;
}
</style>