Shades of Old Gold #C7B93D
Tints of Old Gold #C7B93D
RGB
CMYK
RGB Variations
Color information
#C7B93D (or 0xC7B93D) is known color: Old Gold. HEX triplet: C7, B9 and 3D. RGB value is (199,185,61). Sum of RGB (Red+Green+Blue) = 199+185+61=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B93D is #3846C2. Grayscale: #AFAFAF. Windows color (decimal): -3688131 or 4045255. OLE color: 4045255.
HSL color Cylindrical-coordinate representation of color #C7B93D: hue angle of 53.91º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7B93D is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 61 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.22 |
| HSL | 53.91º | 0.55% | 0.51% | - |
| HSV(B) | 53.91º | 0.69% | 0.78% | - |
| XYZ | 41.74 | 47.18 | 11.32 | - |
| YUV | 175.05 | 63.64 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 61 | 0 | 0.07 | 0.69 | 0.22 | 53.91 | 0.55 | 0.51 |
| Hex | C7 | B9 | 3D | 0 | 7 | 45 | 16 | 36 | 37 | 33 |
| Octal | 307 | 271 | 75 | 0 | 7 | 105 | 26 | 66 | 67 | 63 |
| Binary | 11000111 | 10111001 | 111101 | 0 | 111 | 1000101 | 10110 | 110110 | 110111 | 110011 |
Color Harmonies of #C7B93D
Complementary color
Monochromatic Colors of #C7B93D
Black with #C7B93D
Text Example
Text Example
White with #C7B93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B93D; }
p { color: rgb(199,185,61); }
H1.HeaderClassName
{
color: #C7B93D;
}
.AnyTagClassName
{
color: #C7B93D;
}
</style>
background-color css
<style>
a { background-color: #C7B93D; }
a { background-color: rgb(199,185,61); }
div.DivClassName
{
background-color: #C7B93D;
}
.BgClassName
{
background-color: #C7B93D;
}
</style>
border-color css
<style>
span { border-color: #C7B93D; }
span { border-color: rgb(199,185,61); }
td.TdClassName
{
border-color: #C7B93D;
}
.TagClassName
{
border-color: #C7B93D;
}
</style>