Shades of Old Gold #C7B52D
Tints of Old Gold #C7B52D
RGB
CMYK
RGB Variations
Color information
#C7B52D (or 0xC7B52D) is known color: Old Gold. HEX triplet: C7, B5 and 2D. RGB value is (199,181,45). Sum of RGB (Red+Green+Blue) = 199+181+45=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B52D is #384AD2. Grayscale: #ABABAB. Windows color (decimal): -3689171 or 2995655. OLE color: 2995655.
HSL color Cylindrical-coordinate representation of color #C7B52D: hue angle of 52.99º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7B52D is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 45 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.22 |
| HSL | 52.99º | 0.63% | 0.48% | - |
| HSV(B) | 52.99º | 0.77% | 0.78% | - |
| XYZ | 40.55 | 45.38 | 9.1 | - |
| YUV | 170.88 | 56.96 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 45 | 0 | 0.09 | 0.77 | 0.22 | 52.99 | 0.63 | 0.48 |
| Hex | C7 | B5 | 2D | 0 | 9 | 4D | 16 | 35 | 3F | 30 |
| Octal | 307 | 265 | 55 | 0 | 11 | 115 | 26 | 65 | 77 | 60 |
| Binary | 11000111 | 10110101 | 101101 | 0 | 1001 | 1001101 | 10110 | 110101 | 111111 | 110000 |
Color Harmonies of #C7B52D
Complementary color
Monochromatic Colors of #C7B52D
Black with #C7B52D
Text Example
Text Example
White with #C7B52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B52D; }
p { color: rgb(199,181,45); }
H1.HeaderClassName
{
color: #C7B52D;
}
.AnyTagClassName
{
color: #C7B52D;
}
</style>
background-color css
<style>
a { background-color: #C7B52D; }
a { background-color: rgb(199,181,45); }
div.DivClassName
{
background-color: #C7B52D;
}
.BgClassName
{
background-color: #C7B52D;
}
</style>
border-color css
<style>
span { border-color: #C7B52D; }
span { border-color: rgb(199,181,45); }
td.TdClassName
{
border-color: #C7B52D;
}
.TagClassName
{
border-color: #C7B52D;
}
</style>