Shades of Old Gold #C7B334
Tints of Old Gold #C7B334
RGB
CMYK
RGB Variations
Color information
#C7B334 (or 0xC7B334) is known color: Old Gold. HEX triplet: C7, B3 and 34. RGB value is (199,179,52). Sum of RGB (Red+Green+Blue) = 199+179+52=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B334 is #384CCB. Grayscale: #ABABAB. Windows color (decimal): -3689676 or 3453895. OLE color: 3453895.
HSL color Cylindrical-coordinate representation of color #C7B334: hue angle of 51.84º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7B334 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 52 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.22 |
| HSL | 51.84º | 0.59% | 0.49% | - |
| HSV(B) | 51.84º | 0.74% | 0.78% | - |
| XYZ | 40.29 | 44.63 | 9.74 | - |
| YUV | 170.5 | 61.13 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 52 | 0 | 0.10 | 0.74 | 0.22 | 51.84 | 0.59 | 0.49 |
| Hex | C7 | B3 | 34 | 0 | A | 4A | 16 | 34 | 3B | 31 |
| Octal | 307 | 263 | 64 | 0 | 12 | 112 | 26 | 64 | 73 | 61 |
| Binary | 11000111 | 10110011 | 110100 | 0 | 1010 | 1001010 | 10110 | 110100 | 111011 | 110001 |
Color Harmonies of #C7B334
Complementary color
Monochromatic Colors of #C7B334
Black with #C7B334
Text Example
Text Example
White with #C7B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B334; }
p { color: rgb(199,179,52); }
H1.HeaderClassName
{
color: #C7B334;
}
.AnyTagClassName
{
color: #C7B334;
}
</style>
background-color css
<style>
a { background-color: #C7B334; }
a { background-color: rgb(199,179,52); }
div.DivClassName
{
background-color: #C7B334;
}
.BgClassName
{
background-color: #C7B334;
}
</style>
border-color css
<style>
span { border-color: #C7B334; }
span { border-color: rgb(199,179,52); }
td.TdClassName
{
border-color: #C7B334;
}
.TagClassName
{
border-color: #C7B334;
}
</style>