Shades of Old Gold #C7B32B
Tints of Old Gold #C7B32B
RGB
CMYK
RGB Variations
Color information
#C7B32B (or 0xC7B32B) is known color: Old Gold. HEX triplet: C7, B3 and 2B. RGB value is (199,179,43). Sum of RGB (Red+Green+Blue) = 199+179+43=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B32B is #384CD4. Grayscale: #AAAAAA. Windows color (decimal): -3689685 or 2864071. OLE color: 2864071.
HSL color Cylindrical-coordinate representation of color #C7B32B: hue angle of 52.31º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7B32B is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 43 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.22 |
| HSL | 52.31º | 0.64% | 0.47% | - |
| HSV(B) | 52.31º | 0.78% | 0.78% | - |
| XYZ | 40.11 | 44.56 | 8.77 | - |
| YUV | 169.48 | 56.63 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 43 | 0 | 0.10 | 0.78 | 0.22 | 52.31 | 0.64 | 0.47 |
| Hex | C7 | B3 | 2B | 0 | A | 4E | 16 | 34 | 40 | 2F |
| Octal | 307 | 263 | 53 | 0 | 12 | 116 | 26 | 64 | 100 | 57 |
| Binary | 11000111 | 10110011 | 101011 | 0 | 1010 | 1001110 | 10110 | 110100 | 1000000 | 101111 |
Color Harmonies of #C7B32B
Complementary color
Monochromatic Colors of #C7B32B
Black with #C7B32B
Text Example
Text Example
White with #C7B32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B32B; }
p { color: rgb(199,179,43); }
H1.HeaderClassName
{
color: #C7B32B;
}
.AnyTagClassName
{
color: #C7B32B;
}
</style>
background-color css
<style>
a { background-color: #C7B32B; }
a { background-color: rgb(199,179,43); }
div.DivClassName
{
background-color: #C7B32B;
}
.BgClassName
{
background-color: #C7B32B;
}
</style>
border-color css
<style>
span { border-color: #C7B32B; }
span { border-color: rgb(199,179,43); }
td.TdClassName
{
border-color: #C7B32B;
}
.TagClassName
{
border-color: #C7B32B;
}
</style>