Shades of Old Gold #C6B03A
Tints of Old Gold #C6B03A
RGB
CMYK
RGB Variations
Color information
#C6B03A (or 0xC6B03A) is known color: Old Gold. HEX triplet: C6, B0 and 3A. RGB value is (198,176,58). Sum of RGB (Red+Green+Blue) = 198+176+58=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B03A is #394FC5. Grayscale: #A9A9A9. Windows color (decimal): -3755974 or 3846342. OLE color: 3846342.
HSL color Cylindrical-coordinate representation of color #C6B03A: hue angle of 50.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6B03A is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 176 | 58 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.22 |
| HSL | 50.57º | 0.55% | 0.5% | - |
| HSV(B) | 50.57º | 0.71% | 0.78% | - |
| XYZ | 39.58 | 43.36 | 10.29 | - |
| YUV | 169.13 | 65.29 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 176 | 58 | 0 | 0.11 | 0.71 | 0.22 | 50.57 | 0.55 | 0.5 |
| Hex | C6 | B0 | 3A | 0 | B | 47 | 16 | 33 | 37 | 32 |
| Octal | 306 | 260 | 72 | 0 | 13 | 107 | 26 | 63 | 67 | 62 |
| Binary | 11000110 | 10110000 | 111010 | 0 | 1011 | 1000111 | 10110 | 110011 | 110111 | 110010 |
Color Harmonies of #C6B03A
Complementary color
Monochromatic Colors of #C6B03A
Black with #C6B03A
Text Example
Text Example
White with #C6B03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B03A; }
p { color: rgb(198,176,58); }
H1.HeaderClassName
{
color: #C6B03A;
}
.AnyTagClassName
{
color: #C6B03A;
}
</style>
background-color css
<style>
a { background-color: #C6B03A; }
a { background-color: rgb(198,176,58); }
div.DivClassName
{
background-color: #C6B03A;
}
.BgClassName
{
background-color: #C6B03A;
}
</style>
border-color css
<style>
span { border-color: #C6B03A; }
span { border-color: rgb(198,176,58); }
td.TdClassName
{
border-color: #C6B03A;
}
.TagClassName
{
border-color: #C6B03A;
}
</style>