Shades of Old Gold #C7BF40
Tints of Old Gold #C7BF40
RGB
CMYK
RGB Variations
Color information
#C7BF40 (or 0xC7BF40) is known color: Old Gold. HEX triplet: C7, BF and 40. RGB value is (199,191,64). Sum of RGB (Red+Green+Blue) = 199+191+64=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BF40 is #3840BF. Grayscale: #B3B3B3. Windows color (decimal): -3686592 or 4243399. OLE color: 4243399.
HSL color Cylindrical-coordinate representation of color #C7BF40: hue angle of 56.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7BF40 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 64 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.22 |
| HSL | 56.44º | 0.55% | 0.52% | - |
| HSV(B) | 56.44º | 0.68% | 0.78% | - |
| XYZ | 43.11 | 49.77 | 12.19 | - |
| YUV | 178.91 | 63.15 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 64 | 0 | 0.04 | 0.68 | 0.22 | 56.44 | 0.55 | 0.52 |
| Hex | C7 | BF | 40 | 0 | 4 | 44 | 16 | 38 | 37 | 34 |
| Octal | 307 | 277 | 100 | 0 | 4 | 104 | 26 | 70 | 67 | 64 |
| Binary | 11000111 | 10111111 | 1000000 | 0 | 100 | 1000100 | 10110 | 111000 | 110111 | 110100 |
Color Harmonies of #C7BF40
Complementary color
Monochromatic Colors of #C7BF40
Black with #C7BF40
Text Example
Text Example
White with #C7BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF40; }
p { color: rgb(199,191,64); }
H1.HeaderClassName
{
color: #C7BF40;
}
.AnyTagClassName
{
color: #C7BF40;
}
</style>
background-color css
<style>
a { background-color: #C7BF40; }
a { background-color: rgb(199,191,64); }
div.DivClassName
{
background-color: #C7BF40;
}
.BgClassName
{
background-color: #C7BF40;
}
</style>
border-color css
<style>
span { border-color: #C7BF40; }
span { border-color: rgb(199,191,64); }
td.TdClassName
{
border-color: #C7BF40;
}
.TagClassName
{
border-color: #C7BF40;
}
</style>