Shades of Old Gold #CFBC31
Tints of Old Gold #CFBC31
RGB
CMYK
RGB Variations
Color information
#CFBC31 (or 0xCFBC31) is known color: Old Gold. HEX triplet: CF, BC and 31. RGB value is (207,188,49). Sum of RGB (Red+Green+Blue) = 207+188+49=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC31 is #3043CE. Grayscale: #B2B2B2. Windows color (decimal): -3163087 or 3259599. OLE color: 3259599.
HSL color Cylindrical-coordinate representation of color #CFBC31: hue angle of 52.78º 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 #CFBC31 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 49 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.19 |
| HSL | 52.78º | 0.62% | 0.5% | - |
| HSV(B) | 52.78º | 0.76% | 0.81% | - |
| XYZ | 44.27 | 49.45 | 10.12 | - |
| YUV | 177.84 | 55.29 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 49 | 0 | 0.09 | 0.76 | 0.19 | 52.78 | 0.62 | 0.5 |
| Hex | CF | BC | 31 | 0 | 9 | 4C | 13 | 35 | 3E | 32 |
| Octal | 317 | 274 | 61 | 0 | 11 | 114 | 23 | 65 | 76 | 62 |
| Binary | 11001111 | 10111100 | 110001 | 0 | 1001 | 1001100 | 10011 | 110101 | 111110 | 110010 |
Color Harmonies of #CFBC31
Complementary color
Monochromatic Colors of #CFBC31
Black with #CFBC31
Text Example
Text Example
White with #CFBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC31; }
p { color: rgb(207,188,49); }
H1.HeaderClassName
{
color: #CFBC31;
}
.AnyTagClassName
{
color: #CFBC31;
}
</style>
background-color css
<style>
a { background-color: #CFBC31; }
a { background-color: rgb(207,188,49); }
div.DivClassName
{
background-color: #CFBC31;
}
.BgClassName
{
background-color: #CFBC31;
}
</style>
border-color css
<style>
span { border-color: #CFBC31; }
span { border-color: rgb(207,188,49); }
td.TdClassName
{
border-color: #CFBC31;
}
.TagClassName
{
border-color: #CFBC31;
}
</style>