Shades of Old Gold #C9B63A
Tints of Old Gold #C9B63A
RGB
CMYK
RGB Variations
Color information
#C9B63A (or 0xC9B63A) is known color: Old Gold. HEX triplet: C9, B6 and 3A. RGB value is (201,182,58). Sum of RGB (Red+Green+Blue) = 201+182+58=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B63A is #3649C5. Grayscale: #AEAEAE. Windows color (decimal): -3557830 or 3847881. OLE color: 3847881.
HSL color Cylindrical-coordinate representation of color #C9B63A: hue angle of 52.03º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9B63A is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 182 | 58 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.21 |
| HSL | 52.03º | 0.57% | 0.51% | - |
| HSV(B) | 52.03º | 0.71% | 0.79% | - |
| XYZ | 41.58 | 46.18 | 10.72 | - |
| YUV | 173.55 | 62.79 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 182 | 58 | 0 | 0.09 | 0.71 | 0.21 | 52.03 | 0.57 | 0.51 |
| Hex | C9 | B6 | 3A | 0 | 9 | 47 | 15 | 34 | 39 | 33 |
| Octal | 311 | 266 | 72 | 0 | 11 | 107 | 25 | 64 | 71 | 63 |
| Binary | 11001001 | 10110110 | 111010 | 0 | 1001 | 1000111 | 10101 | 110100 | 111001 | 110011 |
Color Harmonies of #C9B63A
Complementary color
Monochromatic Colors of #C9B63A
Black with #C9B63A
Text Example
Text Example
White with #C9B63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B63A; }
p { color: rgb(201,182,58); }
H1.HeaderClassName
{
color: #C9B63A;
}
.AnyTagClassName
{
color: #C9B63A;
}
</style>
background-color css
<style>
a { background-color: #C9B63A; }
a { background-color: rgb(201,182,58); }
div.DivClassName
{
background-color: #C9B63A;
}
.BgClassName
{
background-color: #C9B63A;
}
</style>
border-color css
<style>
span { border-color: #C9B63A; }
span { border-color: rgb(201,182,58); }
td.TdClassName
{
border-color: #C9B63A;
}
.TagClassName
{
border-color: #C9B63A;
}
</style>