Shades of Old Gold #CFBF3E
Tints of Old Gold #CFBF3E
RGB
CMYK
RGB Variations
Color information
#CFBF3E (or 0xCFBF3E) is known color: Old Gold. HEX triplet: CF, BF and 3E. RGB value is (207,191,62). Sum of RGB (Red+Green+Blue) = 207+191+62=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF3E is #3040C1. Grayscale: #B5B5B5. Windows color (decimal): -3162306 or 4112335. OLE color: 4112335.
HSL color Cylindrical-coordinate representation of color #CFBF3E: hue angle of 53.38º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFBF3E is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 62 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.19 |
| HSL | 53.38º | 0.6% | 0.53% | - |
| HSV(B) | 53.38º | 0.7% | 0.81% | - |
| XYZ | 45.23 | 50.87 | 11.99 | - |
| YUV | 181.08 | 60.8 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 62 | 0 | 0.08 | 0.70 | 0.19 | 53.38 | 0.6 | 0.53 |
| Hex | CF | BF | 3E | 0 | 8 | 46 | 13 | 35 | 3C | 35 |
| Octal | 317 | 277 | 76 | 0 | 10 | 106 | 23 | 65 | 74 | 65 |
| Binary | 11001111 | 10111111 | 111110 | 0 | 1000 | 1000110 | 10011 | 110101 | 111100 | 110101 |
Color Harmonies of #CFBF3E
Complementary color
Monochromatic Colors of #CFBF3E
Black with #CFBF3E
Text Example
Text Example
White with #CFBF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF3E; }
p { color: rgb(207,191,62); }
H1.HeaderClassName
{
color: #CFBF3E;
}
.AnyTagClassName
{
color: #CFBF3E;
}
</style>
background-color css
<style>
a { background-color: #CFBF3E; }
a { background-color: rgb(207,191,62); }
div.DivClassName
{
background-color: #CFBF3E;
}
.BgClassName
{
background-color: #CFBF3E;
}
</style>
border-color css
<style>
span { border-color: #CFBF3E; }
span { border-color: rgb(207,191,62); }
td.TdClassName
{
border-color: #CFBF3E;
}
.TagClassName
{
border-color: #CFBF3E;
}
</style>