Shades of Old Gold #C9BC3C
Tints of Old Gold #C9BC3C
RGB
CMYK
RGB Variations
Color information
#C9BC3C (or 0xC9BC3C) is known color: Old Gold. HEX triplet: C9, BC and 3C. RGB value is (201,188,60). Sum of RGB (Red+Green+Blue) = 201+188+60=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC3C is #3643C3. Grayscale: #B1B1B1. Windows color (decimal): -3556292 or 3980489. OLE color: 3980489.
HSL color Cylindrical-coordinate representation of color #C9BC3C: hue angle of 54.47º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9BC3C is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 60 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.21 |
| HSL | 54.47º | 0.57% | 0.51% | - |
| HSV(B) | 54.47º | 0.7% | 0.79% | - |
| XYZ | 42.89 | 48.71 | 11.42 | - |
| YUV | 177.3 | 61.81 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 60 | 0 | 0.06 | 0.70 | 0.21 | 54.47 | 0.57 | 0.51 |
| Hex | C9 | BC | 3C | 0 | 6 | 46 | 15 | 36 | 39 | 33 |
| Octal | 311 | 274 | 74 | 0 | 6 | 106 | 25 | 66 | 71 | 63 |
| Binary | 11001001 | 10111100 | 111100 | 0 | 110 | 1000110 | 10101 | 110110 | 111001 | 110011 |
Color Harmonies of #C9BC3C
Complementary color
Monochromatic Colors of #C9BC3C
Black with #C9BC3C
Text Example
Text Example
White with #C9BC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC3C; }
p { color: rgb(201,188,60); }
H1.HeaderClassName
{
color: #C9BC3C;
}
.AnyTagClassName
{
color: #C9BC3C;
}
</style>
background-color css
<style>
a { background-color: #C9BC3C; }
a { background-color: rgb(201,188,60); }
div.DivClassName
{
background-color: #C9BC3C;
}
.BgClassName
{
background-color: #C9BC3C;
}
</style>
border-color css
<style>
span { border-color: #C9BC3C; }
span { border-color: rgb(201,188,60); }
td.TdClassName
{
border-color: #C9BC3C;
}
.TagClassName
{
border-color: #C9BC3C;
}
</style>