Shades of Old Gold #CFBF2F
Tints of Old Gold #CFBF2F
RGB
CMYK
RGB Variations
Color information
#CFBF2F (or 0xCFBF2F) is known color: Old Gold. HEX triplet: CF, BF and 2F. RGB value is (207,191,47). Sum of RGB (Red+Green+Blue) = 207+191+47=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF2F is #3040D0. Grayscale: #B3B3B3. Windows color (decimal): -3162321 or 3129295. OLE color: 3129295.
HSL color Cylindrical-coordinate representation of color #CFBF2F: hue angle of 54º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFBF2F is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 47 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.19 |
| HSL | 54º | 0.63% | 0.5% | - |
| HSV(B) | 54º | 0.77% | 0.81% | - |
| XYZ | 44.88 | 50.73 | 10.12 | - |
| YUV | 179.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 47 | 0 | 0.08 | 0.77 | 0.19 | 54 | 0.63 | 0.5 |
| Hex | CF | BF | 2F | 0 | 8 | 4D | 13 | 36 | 3F | 32 |
| Octal | 317 | 277 | 57 | 0 | 10 | 115 | 23 | 66 | 77 | 62 |
| Binary | 11001111 | 10111111 | 101111 | 0 | 1000 | 1001101 | 10011 | 110110 | 111111 | 110010 |
Color Harmonies of #CFBF2F
Complementary color
Monochromatic Colors of #CFBF2F
Black with #CFBF2F
Text Example
Text Example
White with #CFBF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF2F; }
p { color: rgb(207,191,47); }
H1.HeaderClassName
{
color: #CFBF2F;
}
.AnyTagClassName
{
color: #CFBF2F;
}
</style>
background-color css
<style>
a { background-color: #CFBF2F; }
a { background-color: rgb(207,191,47); }
div.DivClassName
{
background-color: #CFBF2F;
}
.BgClassName
{
background-color: #CFBF2F;
}
</style>
border-color css
<style>
span { border-color: #CFBF2F; }
span { border-color: rgb(207,191,47); }
td.TdClassName
{
border-color: #CFBF2F;
}
.TagClassName
{
border-color: #CFBF2F;
}
</style>