Shades of Old Gold #C9BB32
Tints of Old Gold #C9BB32
RGB
CMYK
RGB Variations
Color information
#C9BB32 (or 0xC9BB32) is known color: Old Gold. HEX triplet: C9, BB and 32. RGB value is (201,187,50). Sum of RGB (Red+Green+Blue) = 201+187+50=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BB32 is #3644CD. Grayscale: #B0B0B0. Windows color (decimal): -3556558 or 3324873. OLE color: 3324873.
HSL color Cylindrical-coordinate representation of color #C9BB32: hue angle of 54.44º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9BB32 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 50 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.21 |
| HSL | 54.44º | 0.6% | 0.49% | - |
| HSV(B) | 54.44º | 0.75% | 0.79% | - |
| XYZ | 42.43 | 48.19 | 10.08 | - |
| YUV | 175.57 | 57.14 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 50 | 0 | 0.07 | 0.75 | 0.21 | 54.44 | 0.6 | 0.49 |
| Hex | C9 | BB | 32 | 0 | 7 | 4B | 15 | 36 | 3C | 31 |
| Octal | 311 | 273 | 62 | 0 | 7 | 113 | 25 | 66 | 74 | 61 |
| Binary | 11001001 | 10111011 | 110010 | 0 | 111 | 1001011 | 10101 | 110110 | 111100 | 110001 |
Color Harmonies of #C9BB32
Complementary color
Monochromatic Colors of #C9BB32
Black with #C9BB32
Text Example
Text Example
White with #C9BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB32; }
p { color: rgb(201,187,50); }
H1.HeaderClassName
{
color: #C9BB32;
}
.AnyTagClassName
{
color: #C9BB32;
}
</style>
background-color css
<style>
a { background-color: #C9BB32; }
a { background-color: rgb(201,187,50); }
div.DivClassName
{
background-color: #C9BB32;
}
.BgClassName
{
background-color: #C9BB32;
}
</style>
border-color css
<style>
span { border-color: #C9BB32; }
span { border-color: rgb(201,187,50); }
td.TdClassName
{
border-color: #C9BB32;
}
.TagClassName
{
border-color: #C9BB32;
}
</style>