Shades of Old Gold #CFB63E
Tints of Old Gold #CFB63E
RGB
CMYK
RGB Variations
Color information
#CFB63E (or 0xCFB63E) is known color: Old Gold. HEX triplet: CF, B6 and 3E. RGB value is (207,182,62). Sum of RGB (Red+Green+Blue) = 207+182+62=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB63E is #3049C1. Grayscale: #B0B0B0. Windows color (decimal): -3164610 or 4110031. OLE color: 4110031.
HSL color Cylindrical-coordinate representation of color #CFB63E: hue angle of 49.66º 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 #CFB63E is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 62 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.19 |
| HSL | 49.66º | 0.6% | 0.53% | - |
| HSV(B) | 49.66º | 0.7% | 0.81% | - |
| XYZ | 43.33 | 47.07 | 11.36 | - |
| YUV | 175.8 | 63.78 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 62 | 0 | 0.12 | 0.70 | 0.19 | 49.66 | 0.6 | 0.53 |
| Hex | CF | B6 | 3E | 0 | C | 46 | 13 | 32 | 3C | 35 |
| Octal | 317 | 266 | 76 | 0 | 14 | 106 | 23 | 62 | 74 | 65 |
| Binary | 11001111 | 10110110 | 111110 | 0 | 1100 | 1000110 | 10011 | 110010 | 111100 | 110101 |
Color Harmonies of #CFB63E
Complementary color
Monochromatic Colors of #CFB63E
Black with #CFB63E
Text Example
Text Example
White with #CFB63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB63E; }
p { color: rgb(207,182,62); }
H1.HeaderClassName
{
color: #CFB63E;
}
.AnyTagClassName
{
color: #CFB63E;
}
</style>
background-color css
<style>
a { background-color: #CFB63E; }
a { background-color: rgb(207,182,62); }
div.DivClassName
{
background-color: #CFB63E;
}
.BgClassName
{
background-color: #CFB63E;
}
</style>
border-color css
<style>
span { border-color: #CFB63E; }
span { border-color: rgb(207,182,62); }
td.TdClassName
{
border-color: #CFB63E;
}
.TagClassName
{
border-color: #CFB63E;
}
</style>