Shades of Old Gold #CFB146
Tints of Old Gold #CFB146
RGB
CMYK
RGB Variations
Color information
#CFB146 (or 0xCFB146) is known color: Old Gold. HEX triplet: CF, B1 and 46. RGB value is (207,177,70). Sum of RGB (Red+Green+Blue) = 207+177+70=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB146 is #304EB9. Grayscale: #AEAEAE. Windows color (decimal): -3165882 or 4633039. OLE color: 4633039.
HSL color Cylindrical-coordinate representation of color #CFB146: hue angle of 46.86º 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 #CFB146 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 70 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.19 |
| HSL | 46.86º | 0.59% | 0.54% | - |
| HSV(B) | 46.86º | 0.66% | 0.81% | - |
| XYZ | 42.56 | 45.15 | 12.27 | - |
| YUV | 173.77 | 69.44 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 70 | 0 | 0.14 | 0.66 | 0.19 | 46.86 | 0.59 | 0.54 |
| Hex | CF | B1 | 46 | 0 | E | 42 | 13 | 2F | 3B | 36 |
| Octal | 317 | 261 | 106 | 0 | 16 | 102 | 23 | 57 | 73 | 66 |
| Binary | 11001111 | 10110001 | 1000110 | 0 | 1110 | 1000010 | 10011 | 101111 | 111011 | 110110 |
Color Harmonies of #CFB146
Complementary color
Monochromatic Colors of #CFB146
Black with #CFB146
Text Example
Text Example
White with #CFB146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB146; }
p { color: rgb(207,177,70); }
H1.HeaderClassName
{
color: #CFB146;
}
.AnyTagClassName
{
color: #CFB146;
}
</style>
background-color css
<style>
a { background-color: #CFB146; }
a { background-color: rgb(207,177,70); }
div.DivClassName
{
background-color: #CFB146;
}
.BgClassName
{
background-color: #CFB146;
}
</style>
border-color css
<style>
span { border-color: #CFB146; }
span { border-color: rgb(207,177,70); }
td.TdClassName
{
border-color: #CFB146;
}
.TagClassName
{
border-color: #CFB146;
}
</style>