Shades of Old Gold #CFB73B
Tints of Old Gold #CFB73B
RGB
CMYK
RGB Variations
Color information
#CFB73B (or 0xCFB73B) is known color: Old Gold. HEX triplet: CF, B7 and 3B. RGB value is (207,183,59). Sum of RGB (Red+Green+Blue) = 207+183+59=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB73B is #3048C4. Grayscale: #B0B0B0. Windows color (decimal): -3164357 or 3913679. OLE color: 3913679.
HSL color Cylindrical-coordinate representation of color #CFB73B: hue angle of 50.27º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFB73B is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 59 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.19 |
| HSL | 50.27º | 0.61% | 0.52% | - |
| HSV(B) | 50.27º | 0.71% | 0.81% | - |
| XYZ | 43.46 | 47.45 | 11.01 | - |
| YUV | 176.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 59 | 0 | 0.12 | 0.71 | 0.19 | 50.27 | 0.61 | 0.52 |
| Hex | CF | B7 | 3B | 0 | C | 47 | 13 | 32 | 3D | 34 |
| Octal | 317 | 267 | 73 | 0 | 14 | 107 | 23 | 62 | 75 | 64 |
| Binary | 11001111 | 10110111 | 111011 | 0 | 1100 | 1000111 | 10011 | 110010 | 111101 | 110100 |
Color Harmonies of #CFB73B
Complementary color
Monochromatic Colors of #CFB73B
Black with #CFB73B
Text Example
Text Example
White with #CFB73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB73B; }
p { color: rgb(207,183,59); }
H1.HeaderClassName
{
color: #CFB73B;
}
.AnyTagClassName
{
color: #CFB73B;
}
</style>
background-color css
<style>
a { background-color: #CFB73B; }
a { background-color: rgb(207,183,59); }
div.DivClassName
{
background-color: #CFB73B;
}
.BgClassName
{
background-color: #CFB73B;
}
</style>
border-color css
<style>
span { border-color: #CFB73B; }
span { border-color: rgb(207,183,59); }
td.TdClassName
{
border-color: #CFB73B;
}
.TagClassName
{
border-color: #CFB73B;
}
</style>