Shades of Old Gold #C7B63B
Tints of Old Gold #C7B63B
RGB
CMYK
RGB Variations
Color information
#C7B63B (or 0xC7B63B) is known color: Old Gold. HEX triplet: C7, B6 and 3B. RGB value is (199,182,59). Sum of RGB (Red+Green+Blue) = 199+182+59=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B63B is #3849C4. Grayscale: #ADADAD. Windows color (decimal): -3688901 or 3913415. OLE color: 3913415.
HSL color Cylindrical-coordinate representation of color #C7B63B: hue angle of 52.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7B63B is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 182 | 59 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.22 |
| HSL | 52.71º | 0.56% | 0.51% | - |
| HSV(B) | 52.71º | 0.7% | 0.78% | - |
| XYZ | 41.07 | 45.91 | 10.84 | - |
| YUV | 173.06 | 63.63 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 59 | 0 | 0.09 | 0.70 | 0.22 | 52.71 | 0.56 | 0.51 |
| Hex | C7 | B6 | 3B | 0 | 9 | 46 | 16 | 35 | 38 | 33 |
| Octal | 307 | 266 | 73 | 0 | 11 | 106 | 26 | 65 | 70 | 63 |
| Binary | 11000111 | 10110110 | 111011 | 0 | 1001 | 1000110 | 10110 | 110101 | 111000 | 110011 |
Color Harmonies of #C7B63B
Complementary color
Monochromatic Colors of #C7B63B
Black with #C7B63B
Text Example
Text Example
White with #C7B63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B63B; }
p { color: rgb(199,182,59); }
H1.HeaderClassName
{
color: #C7B63B;
}
.AnyTagClassName
{
color: #C7B63B;
}
</style>
background-color css
<style>
a { background-color: #C7B63B; }
a { background-color: rgb(199,182,59); }
div.DivClassName
{
background-color: #C7B63B;
}
.BgClassName
{
background-color: #C7B63B;
}
</style>
border-color css
<style>
span { border-color: #C7B63B; }
span { border-color: rgb(199,182,59); }
td.TdClassName
{
border-color: #C7B63B;
}
.TagClassName
{
border-color: #C7B63B;
}
</style>