Shades of Old Gold #C7B32F
Tints of Old Gold #C7B32F
RGB
CMYK
RGB Variations
Color information
#C7B32F (or 0xC7B32F) is known color: Old Gold. HEX triplet: C7, B3 and 2F. RGB value is (199,179,47). Sum of RGB (Red+Green+Blue) = 199+179+47=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 47 (18.75% from 255 or 11.06% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B32F is #384CD0. Grayscale: #AAAAAA. Windows color (decimal): -3689681 or 3126215. OLE color: 3126215.
HSL color Cylindrical-coordinate representation of color #C7B32F: hue angle of 52.11º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7B32F is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 47 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.22 |
| HSL | 52.11º | 0.62% | 0.48% | - |
| HSV(B) | 52.11º | 0.76% | 0.78% | - |
| XYZ | 40.19 | 44.59 | 9.18 | - |
| YUV | 169.93 | 58.63 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 47 | 0 | 0.10 | 0.76 | 0.22 | 52.11 | 0.62 | 0.48 |
| Hex | C7 | B3 | 2F | 0 | A | 4C | 16 | 34 | 3E | 30 |
| Octal | 307 | 263 | 57 | 0 | 12 | 114 | 26 | 64 | 76 | 60 |
| Binary | 11000111 | 10110011 | 101111 | 0 | 1010 | 1001100 | 10110 | 110100 | 111110 | 110000 |
Color Harmonies of #C7B32F
Complementary color
Monochromatic Colors of #C7B32F
Black with #C7B32F
Text Example
Text Example
White with #C7B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B32F; }
p { color: rgb(199,179,47); }
H1.HeaderClassName
{
color: #C7B32F;
}
.AnyTagClassName
{
color: #C7B32F;
}
</style>
background-color css
<style>
a { background-color: #C7B32F; }
a { background-color: rgb(199,179,47); }
div.DivClassName
{
background-color: #C7B32F;
}
.BgClassName
{
background-color: #C7B32F;
}
</style>
border-color css
<style>
span { border-color: #C7B32F; }
span { border-color: rgb(199,179,47); }
td.TdClassName
{
border-color: #C7B32F;
}
.TagClassName
{
border-color: #C7B32F;
}
</style>