Shades of Old Gold #C7B12D
Tints of Old Gold #C7B12D
RGB
CMYK
RGB Variations
Color information
#C7B12D (or 0xC7B12D) is known color: Old Gold. HEX triplet: C7, B1 and 2D. RGB value is (199,177,45). Sum of RGB (Red+Green+Blue) = 199+177+45=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B12D is #384ED2. Grayscale: #A9A9A9. Windows color (decimal): -3690195 or 2994631. OLE color: 2994631.
HSL color Cylindrical-coordinate representation of color #C7B12D: hue angle of 51.43º 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 #C7B12D is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 45 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.22 |
| HSL | 51.43º | 0.63% | 0.48% | - |
| HSV(B) | 51.43º | 0.77% | 0.78% | - |
| XYZ | 39.75 | 43.78 | 8.84 | - |
| YUV | 168.53 | 58.29 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 45 | 0 | 0.11 | 0.77 | 0.22 | 51.43 | 0.63 | 0.48 |
| Hex | C7 | B1 | 2D | 0 | B | 4D | 16 | 33 | 3F | 30 |
| Octal | 307 | 261 | 55 | 0 | 13 | 115 | 26 | 63 | 77 | 60 |
| Binary | 11000111 | 10110001 | 101101 | 0 | 1011 | 1001101 | 10110 | 110011 | 111111 | 110000 |
Color Harmonies of #C7B12D
Complementary color
Monochromatic Colors of #C7B12D
Black with #C7B12D
Text Example
Text Example
White with #C7B12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B12D; }
p { color: rgb(199,177,45); }
H1.HeaderClassName
{
color: #C7B12D;
}
.AnyTagClassName
{
color: #C7B12D;
}
</style>
background-color css
<style>
a { background-color: #C7B12D; }
a { background-color: rgb(199,177,45); }
div.DivClassName
{
background-color: #C7B12D;
}
.BgClassName
{
background-color: #C7B12D;
}
</style>
border-color css
<style>
span { border-color: #C7B12D; }
span { border-color: rgb(199,177,45); }
td.TdClassName
{
border-color: #C7B12D;
}
.TagClassName
{
border-color: #C7B12D;
}
</style>