Shades of Old Gold #CFB73D
Tints of Old Gold #CFB73D
RGB
CMYK
RGB Variations
Color information
#CFB73D (or 0xCFB73D) is known color: Old Gold. HEX triplet: CF, B7 and 3D. RGB value is (207,183,61). Sum of RGB (Red+Green+Blue) = 207+183+61=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB73D is #3048C2. Grayscale: #B0B0B0. Windows color (decimal): -3164355 or 4044751. OLE color: 4044751.
HSL color Cylindrical-coordinate representation of color #CFB73D: hue angle of 50.14º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFB73D is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 61 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.19 |
| HSL | 50.14º | 0.6% | 0.53% | - |
| HSV(B) | 50.14º | 0.71% | 0.81% | - |
| XYZ | 43.51 | 47.47 | 11.28 | - |
| YUV | 176.27 | 62.95 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 61 | 0 | 0.12 | 0.71 | 0.19 | 50.14 | 0.6 | 0.53 |
| Hex | CF | B7 | 3D | 0 | C | 47 | 13 | 32 | 3C | 35 |
| Octal | 317 | 267 | 75 | 0 | 14 | 107 | 23 | 62 | 74 | 65 |
| Binary | 11001111 | 10110111 | 111101 | 0 | 1100 | 1000111 | 10011 | 110010 | 111100 | 110101 |
Color Harmonies of #CFB73D
Complementary color
Monochromatic Colors of #CFB73D
Black with #CFB73D
Text Example
Text Example
White with #CFB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB73D; }
p { color: rgb(207,183,61); }
H1.HeaderClassName
{
color: #CFB73D;
}
.AnyTagClassName
{
color: #CFB73D;
}
</style>
background-color css
<style>
a { background-color: #CFB73D; }
a { background-color: rgb(207,183,61); }
div.DivClassName
{
background-color: #CFB73D;
}
.BgClassName
{
background-color: #CFB73D;
}
</style>
border-color css
<style>
span { border-color: #CFB73D; }
span { border-color: rgb(207,183,61); }
td.TdClassName
{
border-color: #CFB73D;
}
.TagClassName
{
border-color: #CFB73D;
}
</style>