Shades of Old Gold #CFB73C
Tints of Old Gold #CFB73C
RGB
CMYK
RGB Variations
Color information
#CFB73C (or 0xCFB73C) is known color: Old Gold. HEX triplet: CF, B7 and 3C. RGB value is (207,183,60). Sum of RGB (Red+Green+Blue) = 207+183+60=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB73C is #3048C3. Grayscale: #B0B0B0. Windows color (decimal): -3164356 or 3979215. OLE color: 3979215.
HSL color Cylindrical-coordinate representation of color #CFB73C: hue angle of 50.2º degrees, saturation: 0.6, 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 #CFB73C is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 60 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.19 |
| HSL | 50.2º | 0.6% | 0.52% | - |
| HSV(B) | 50.2º | 0.71% | 0.81% | - |
| XYZ | 43.48 | 47.46 | 11.14 | - |
| YUV | 176.15 | 62.45 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 60 | 0 | 0.12 | 0.71 | 0.19 | 50.2 | 0.6 | 0.52 |
| Hex | CF | B7 | 3C | 0 | C | 47 | 13 | 32 | 3C | 34 |
| Octal | 317 | 267 | 74 | 0 | 14 | 107 | 23 | 62 | 74 | 64 |
| Binary | 11001111 | 10110111 | 111100 | 0 | 1100 | 1000111 | 10011 | 110010 | 111100 | 110100 |
Color Harmonies of #CFB73C
Complementary color
Monochromatic Colors of #CFB73C
Black with #CFB73C
Text Example
Text Example
White with #CFB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB73C; }
p { color: rgb(207,183,60); }
H1.HeaderClassName
{
color: #CFB73C;
}
.AnyTagClassName
{
color: #CFB73C;
}
</style>
background-color css
<style>
a { background-color: #CFB73C; }
a { background-color: rgb(207,183,60); }
div.DivClassName
{
background-color: #CFB73C;
}
.BgClassName
{
background-color: #CFB73C;
}
</style>
border-color css
<style>
span { border-color: #CFB73C; }
span { border-color: rgb(207,183,60); }
td.TdClassName
{
border-color: #CFB73C;
}
.TagClassName
{
border-color: #CFB73C;
}
</style>