Shades of Old Gold #CFBF31
Tints of Old Gold #CFBF31
RGB
CMYK
RGB Variations
Color information
#CFBF31 (or 0xCFBF31) is known color: Old Gold. HEX triplet: CF, BF and 31. RGB value is (207,191,49). Sum of RGB (Red+Green+Blue) = 207+191+49=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF31 is #3040CE. Grayscale: #B4B4B4. Windows color (decimal): -3162319 or 3260367. OLE color: 3260367.
HSL color Cylindrical-coordinate representation of color #CFBF31: hue angle of 53.92º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFBF31 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 49 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.19 |
| HSL | 53.92º | 0.62% | 0.5% | - |
| HSV(B) | 53.92º | 0.76% | 0.81% | - |
| XYZ | 44.92 | 50.75 | 10.33 | - |
| YUV | 179.6 | 54.3 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 49 | 0 | 0.08 | 0.76 | 0.19 | 53.92 | 0.62 | 0.5 |
| Hex | CF | BF | 31 | 0 | 8 | 4C | 13 | 36 | 3E | 32 |
| Octal | 317 | 277 | 61 | 0 | 10 | 114 | 23 | 66 | 76 | 62 |
| Binary | 11001111 | 10111111 | 110001 | 0 | 1000 | 1001100 | 10011 | 110110 | 111110 | 110010 |
Color Harmonies of #CFBF31
Complementary color
Monochromatic Colors of #CFBF31
Black with #CFBF31
Text Example
Text Example
White with #CFBF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF31; }
p { color: rgb(207,191,49); }
H1.HeaderClassName
{
color: #CFBF31;
}
.AnyTagClassName
{
color: #CFBF31;
}
</style>
background-color css
<style>
a { background-color: #CFBF31; }
a { background-color: rgb(207,191,49); }
div.DivClassName
{
background-color: #CFBF31;
}
.BgClassName
{
background-color: #CFBF31;
}
</style>
border-color css
<style>
span { border-color: #CFBF31; }
span { border-color: rgb(207,191,49); }
td.TdClassName
{
border-color: #CFBF31;
}
.TagClassName
{
border-color: #CFBF31;
}
</style>