Shades of Old Gold #C7B52A
Tints of Old Gold #C7B52A
RGB
CMYK
RGB Variations
Color information
#C7B52A (or 0xC7B52A) is known color: Old Gold. HEX triplet: C7, B5 and 2A. RGB value is (199,181,42). Sum of RGB (Red+Green+Blue) = 199+181+42=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B52A is #384AD5. Grayscale: #ABABAB. Windows color (decimal): -3689174 or 2799047. OLE color: 2799047.
HSL color Cylindrical-coordinate representation of color #C7B52A: hue angle of 53.12º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7B52A is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 42 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.22 |
| HSL | 53.12º | 0.65% | 0.47% | - |
| HSV(B) | 53.12º | 0.79% | 0.78% | - |
| XYZ | 40.49 | 45.36 | 8.81 | - |
| YUV | 170.54 | 55.46 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 42 | 0 | 0.09 | 0.79 | 0.22 | 53.12 | 0.65 | 0.47 |
| Hex | C7 | B5 | 2A | 0 | 9 | 4F | 16 | 35 | 41 | 2F |
| Octal | 307 | 265 | 52 | 0 | 11 | 117 | 26 | 65 | 101 | 57 |
| Binary | 11000111 | 10110101 | 101010 | 0 | 1001 | 1001111 | 10110 | 110101 | 1000001 | 101111 |
Color Harmonies of #C7B52A
Complementary color
Monochromatic Colors of #C7B52A
Black with #C7B52A
Text Example
Text Example
White with #C7B52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B52A; }
p { color: rgb(199,181,42); }
H1.HeaderClassName
{
color: #C7B52A;
}
.AnyTagClassName
{
color: #C7B52A;
}
</style>
background-color css
<style>
a { background-color: #C7B52A; }
a { background-color: rgb(199,181,42); }
div.DivClassName
{
background-color: #C7B52A;
}
.BgClassName
{
background-color: #C7B52A;
}
</style>
border-color css
<style>
span { border-color: #C7B52A; }
span { border-color: rgb(199,181,42); }
td.TdClassName
{
border-color: #C7B52A;
}
.TagClassName
{
border-color: #C7B52A;
}
</style>