Shades of Old Gold #C9BB41
Tints of Old Gold #C9BB41
RGB
CMYK
RGB Variations
Color information
#C9BB41 (or 0xC9BB41) is known color: Old Gold. HEX triplet: C9, BB and 41. RGB value is (201,187,65). Sum of RGB (Red+Green+Blue) = 201+187+65=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BB41 is #3644BE. Grayscale: #B1B1B1. Windows color (decimal): -3556543 or 4307913. OLE color: 4307913.
HSL color Cylindrical-coordinate representation of color #C9BB41: hue angle of 53.82º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9BB41 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 65 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.21 |
| HSL | 53.82º | 0.56% | 0.52% | - |
| HSV(B) | 53.82º | 0.68% | 0.79% | - |
| XYZ | 42.81 | 48.34 | 12.08 | - |
| YUV | 177.28 | 64.64 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 65 | 0 | 0.07 | 0.68 | 0.21 | 53.82 | 0.56 | 0.52 |
| Hex | C9 | BB | 41 | 0 | 7 | 44 | 15 | 36 | 38 | 34 |
| Octal | 311 | 273 | 101 | 0 | 7 | 104 | 25 | 66 | 70 | 64 |
| Binary | 11001001 | 10111011 | 1000001 | 0 | 111 | 1000100 | 10101 | 110110 | 111000 | 110100 |
Color Harmonies of #C9BB41
Complementary color
Monochromatic Colors of #C9BB41
Black with #C9BB41
Text Example
Text Example
White with #C9BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB41; }
p { color: rgb(201,187,65); }
H1.HeaderClassName
{
color: #C9BB41;
}
.AnyTagClassName
{
color: #C9BB41;
}
</style>
background-color css
<style>
a { background-color: #C9BB41; }
a { background-color: rgb(201,187,65); }
div.DivClassName
{
background-color: #C9BB41;
}
.BgClassName
{
background-color: #C9BB41;
}
</style>
border-color css
<style>
span { border-color: #C9BB41; }
span { border-color: rgb(201,187,65); }
td.TdClassName
{
border-color: #C9BB41;
}
.TagClassName
{
border-color: #C9BB41;
}
</style>