Shades of Old Gold #CFB747
Tints of Old Gold #CFB747
RGB
CMYK
RGB Variations
Color information
#CFB747 (or 0xCFB747) is known color: Old Gold. HEX triplet: CF, B7 and 47. RGB value is (207,183,71). Sum of RGB (Red+Green+Blue) = 207+183+71=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 71 (28.12% from 255 or 15.40% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB747 is #3048B8. Grayscale: #B1B1B1. Windows color (decimal): -3164345 or 4700111. OLE color: 4700111.
HSL color Cylindrical-coordinate representation of color #CFB747: hue angle of 49.41º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFB747 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 71 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.19 |
| HSL | 49.41º | 0.59% | 0.55% | - |
| HSV(B) | 49.41º | 0.66% | 0.81% | - |
| XYZ | 43.8 | 47.59 | 12.84 | - |
| YUV | 177.41 | 67.95 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 71 | 0 | 0.12 | 0.66 | 0.19 | 49.41 | 0.59 | 0.55 |
| Hex | CF | B7 | 47 | 0 | C | 42 | 13 | 31 | 3B | 37 |
| Octal | 317 | 267 | 107 | 0 | 14 | 102 | 23 | 61 | 73 | 67 |
| Binary | 11001111 | 10110111 | 1000111 | 0 | 1100 | 1000010 | 10011 | 110001 | 111011 | 110111 |
Color Harmonies of #CFB747
Complementary color
Monochromatic Colors of #CFB747
Black with #CFB747
Text Example
Text Example
White with #CFB747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB747; }
p { color: rgb(207,183,71); }
H1.HeaderClassName
{
color: #CFB747;
}
.AnyTagClassName
{
color: #CFB747;
}
</style>
background-color css
<style>
a { background-color: #CFB747; }
a { background-color: rgb(207,183,71); }
div.DivClassName
{
background-color: #CFB747;
}
.BgClassName
{
background-color: #CFB747;
}
</style>
border-color css
<style>
span { border-color: #CFB747; }
span { border-color: rgb(207,183,71); }
td.TdClassName
{
border-color: #CFB747;
}
.TagClassName
{
border-color: #CFB747;
}
</style>