Shades of Old Gold #CFB73E
Tints of Old Gold #CFB73E
RGB
CMYK
RGB Variations
Color information
#CFB73E (or 0xCFB73E) is known color: Old Gold. HEX triplet: CF, B7 and 3E. RGB value is (207,183,62). Sum of RGB (Red+Green+Blue) = 207+183+62=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB73E is #3048C1. Grayscale: #B0B0B0. Windows color (decimal): -3164354 or 4110287. OLE color: 4110287.
HSL color Cylindrical-coordinate representation of color #CFB73E: hue angle of 50.07º 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 #CFB73E is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 62 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.19 |
| HSL | 50.07º | 0.6% | 0.53% | - |
| HSV(B) | 50.07º | 0.7% | 0.81% | - |
| XYZ | 43.54 | 47.48 | 11.43 | - |
| YUV | 176.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 62 | 0 | 0.12 | 0.70 | 0.19 | 50.07 | 0.6 | 0.53 |
| Hex | CF | B7 | 3E | 0 | C | 46 | 13 | 32 | 3C | 35 |
| Octal | 317 | 267 | 76 | 0 | 14 | 106 | 23 | 62 | 74 | 65 |
| Binary | 11001111 | 10110111 | 111110 | 0 | 1100 | 1000110 | 10011 | 110010 | 111100 | 110101 |
Color Harmonies of #CFB73E
Complementary color
Monochromatic Colors of #CFB73E
Black with #CFB73E
Text Example
Text Example
White with #CFB73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB73E; }
p { color: rgb(207,183,62); }
H1.HeaderClassName
{
color: #CFB73E;
}
.AnyTagClassName
{
color: #CFB73E;
}
</style>
background-color css
<style>
a { background-color: #CFB73E; }
a { background-color: rgb(207,183,62); }
div.DivClassName
{
background-color: #CFB73E;
}
.BgClassName
{
background-color: #CFB73E;
}
</style>
border-color css
<style>
span { border-color: #CFB73E; }
span { border-color: rgb(207,183,62); }
td.TdClassName
{
border-color: #CFB73E;
}
.TagClassName
{
border-color: #CFB73E;
}
</style>