Shades of Old Gold #CFB746
Tints of Old Gold #CFB746
RGB
CMYK
RGB Variations
Color information
#CFB746 (or 0xCFB746) is known color: Old Gold. HEX triplet: CF, B7 and 46. RGB value is (207,183,70). Sum of RGB (Red+Green+Blue) = 207+183+70=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB746 is #3048B9. Grayscale: #B1B1B1. Windows color (decimal): -3164346 or 4634575. OLE color: 4634575.
HSL color Cylindrical-coordinate representation of color #CFB746: hue angle of 49.49º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFB746 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 70 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.19 |
| HSL | 49.49º | 0.59% | 0.54% | - |
| HSV(B) | 49.49º | 0.66% | 0.81% | - |
| XYZ | 43.77 | 47.57 | 12.67 | - |
| YUV | 177.29 | 67.45 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 70 | 0 | 0.12 | 0.66 | 0.19 | 49.49 | 0.59 | 0.54 |
| Hex | CF | B7 | 46 | 0 | C | 42 | 13 | 31 | 3B | 36 |
| Octal | 317 | 267 | 106 | 0 | 14 | 102 | 23 | 61 | 73 | 66 |
| Binary | 11001111 | 10110111 | 1000110 | 0 | 1100 | 1000010 | 10011 | 110001 | 111011 | 110110 |
Color Harmonies of #CFB746
Complementary color
Monochromatic Colors of #CFB746
Black with #CFB746
Text Example
Text Example
White with #CFB746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB746; }
p { color: rgb(207,183,70); }
H1.HeaderClassName
{
color: #CFB746;
}
.AnyTagClassName
{
color: #CFB746;
}
</style>
background-color css
<style>
a { background-color: #CFB746; }
a { background-color: rgb(207,183,70); }
div.DivClassName
{
background-color: #CFB746;
}
.BgClassName
{
background-color: #CFB746;
}
</style>
border-color css
<style>
span { border-color: #CFB746; }
span { border-color: rgb(207,183,70); }
td.TdClassName
{
border-color: #CFB746;
}
.TagClassName
{
border-color: #CFB746;
}
</style>