Shades of Old Gold #C7C03B
Tints of Old Gold #C7C03B
RGB
CMYK
RGB Variations
Color information
#C7C03B (or 0xC7C03B) is known color: Old Gold. HEX triplet: C7, C0 and 3B. RGB value is (199,192,59). Sum of RGB (Red+Green+Blue) = 199+192+59=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 59 (23.44% from 255 or 13.11% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C03B is #383FC4. Grayscale: #B3B3B3. Windows color (decimal): -3686341 or 3915975. OLE color: 3915975.
HSL color Cylindrical-coordinate representation of color #C7C03B: hue angle of 57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7C03B is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 59 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.22 |
| HSL | 57º | 0.56% | 0.51% | - |
| HSV(B) | 57º | 0.7% | 0.78% | - |
| XYZ | 43.19 | 50.16 | 11.54 | - |
| YUV | 178.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 59 | 0 | 0.04 | 0.70 | 0.22 | 57 | 0.56 | 0.51 |
| Hex | C7 | C0 | 3B | 0 | 4 | 46 | 16 | 39 | 38 | 33 |
| Octal | 307 | 300 | 73 | 0 | 4 | 106 | 26 | 71 | 70 | 63 |
| Binary | 11000111 | 11000000 | 111011 | 0 | 100 | 1000110 | 10110 | 111001 | 111000 | 110011 |
Color Harmonies of #C7C03B
Complementary color
Monochromatic Colors of #C7C03B
Black with #C7C03B
Text Example
Text Example
White with #C7C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C03B; }
p { color: rgb(199,192,59); }
H1.HeaderClassName
{
color: #C7C03B;
}
.AnyTagClassName
{
color: #C7C03B;
}
</style>
background-color css
<style>
a { background-color: #C7C03B; }
a { background-color: rgb(199,192,59); }
div.DivClassName
{
background-color: #C7C03B;
}
.BgClassName
{
background-color: #C7C03B;
}
</style>
border-color css
<style>
span { border-color: #C7C03B; }
span { border-color: rgb(199,192,59); }
td.TdClassName
{
border-color: #C7C03B;
}
.TagClassName
{
border-color: #C7C03B;
}
</style>