Shades of Old Gold #CFBC3E
Tints of Old Gold #CFBC3E
RGB
CMYK
RGB Variations
Color information
#CFBC3E (or 0xCFBC3E) is known color: Old Gold. HEX triplet: CF, BC and 3E. RGB value is (207,188,62). Sum of RGB (Red+Green+Blue) = 207+188+62=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC3E is #3043C1. Grayscale: #B3B3B3. Windows color (decimal): -3163074 or 4111567. OLE color: 4111567.
HSL color Cylindrical-coordinate representation of color #CFBC3E: hue angle of 52.14º 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 #CFBC3E is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 62 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.19 |
| HSL | 52.14º | 0.6% | 0.53% | - |
| HSV(B) | 52.14º | 0.7% | 0.81% | - |
| XYZ | 44.58 | 49.58 | 11.78 | - |
| YUV | 179.32 | 61.79 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 62 | 0 | 0.09 | 0.70 | 0.19 | 52.14 | 0.6 | 0.53 |
| Hex | CF | BC | 3E | 0 | 9 | 46 | 13 | 34 | 3C | 35 |
| Octal | 317 | 274 | 76 | 0 | 11 | 106 | 23 | 64 | 74 | 65 |
| Binary | 11001111 | 10111100 | 111110 | 0 | 1001 | 1000110 | 10011 | 110100 | 111100 | 110101 |
Color Harmonies of #CFBC3E
Complementary color
Monochromatic Colors of #CFBC3E
Black with #CFBC3E
Text Example
Text Example
White with #CFBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC3E; }
p { color: rgb(207,188,62); }
H1.HeaderClassName
{
color: #CFBC3E;
}
.AnyTagClassName
{
color: #CFBC3E;
}
</style>
background-color css
<style>
a { background-color: #CFBC3E; }
a { background-color: rgb(207,188,62); }
div.DivClassName
{
background-color: #CFBC3E;
}
.BgClassName
{
background-color: #CFBC3E;
}
</style>
border-color css
<style>
span { border-color: #CFBC3E; }
span { border-color: rgb(207,188,62); }
td.TdClassName
{
border-color: #CFBC3E;
}
.TagClassName
{
border-color: #CFBC3E;
}
</style>