Shades of Old Gold #C9BB31
Tints of Old Gold #C9BB31
RGB
CMYK
RGB Variations
Color information
#C9BB31 (or 0xC9BB31) is known color: Old Gold. HEX triplet: C9, BB and 31. RGB value is (201,187,49). Sum of RGB (Red+Green+Blue) = 201+187+49=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BB31 is #3644CE. Grayscale: #B0B0B0. Windows color (decimal): -3556559 or 3259337. OLE color: 3259337.
HSL color Cylindrical-coordinate representation of color #C9BB31: hue angle of 54.47º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9BB31 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 49 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.21 |
| HSL | 54.47º | 0.61% | 0.49% | - |
| HSV(B) | 54.47º | 0.76% | 0.79% | - |
| XYZ | 42.41 | 48.18 | 9.97 | - |
| YUV | 175.45 | 56.64 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 49 | 0 | 0.07 | 0.76 | 0.21 | 54.47 | 0.61 | 0.49 |
| Hex | C9 | BB | 31 | 0 | 7 | 4C | 15 | 36 | 3D | 31 |
| Octal | 311 | 273 | 61 | 0 | 7 | 114 | 25 | 66 | 75 | 61 |
| Binary | 11001001 | 10111011 | 110001 | 0 | 111 | 1001100 | 10101 | 110110 | 111101 | 110001 |
Color Harmonies of #C9BB31
Complementary color
Monochromatic Colors of #C9BB31
Black with #C9BB31
Text Example
Text Example
White with #C9BB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB31; }
p { color: rgb(201,187,49); }
H1.HeaderClassName
{
color: #C9BB31;
}
.AnyTagClassName
{
color: #C9BB31;
}
</style>
background-color css
<style>
a { background-color: #C9BB31; }
a { background-color: rgb(201,187,49); }
div.DivClassName
{
background-color: #C9BB31;
}
.BgClassName
{
background-color: #C9BB31;
}
</style>
border-color css
<style>
span { border-color: #C9BB31; }
span { border-color: rgb(201,187,49); }
td.TdClassName
{
border-color: #C9BB31;
}
.TagClassName
{
border-color: #C9BB31;
}
</style>