Shades of Old Gold #C9B732
Tints of Old Gold #C9B732
RGB
CMYK
RGB Variations
Color information
#C9B732 (or 0xC9B732) is known color: Old Gold. HEX triplet: C9, B7 and 32. RGB value is (201,183,50). Sum of RGB (Red+Green+Blue) = 201+183+50=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B732 is #3648CD. Grayscale: #ADADAD. Windows color (decimal): -3557582 or 3323849. OLE color: 3323849.
HSL color Cylindrical-coordinate representation of color #C9B732: hue angle of 52.85º 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 #C9B732 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 183 | 50 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.21 |
| HSL | 52.85º | 0.6% | 0.49% | - |
| HSV(B) | 52.85º | 0.75% | 0.79% | - |
| XYZ | 41.6 | 46.51 | 9.8 | - |
| YUV | 173.22 | 58.46 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 183 | 50 | 0 | 0.09 | 0.75 | 0.21 | 52.85 | 0.6 | 0.49 |
| Hex | C9 | B7 | 32 | 0 | 9 | 4B | 15 | 35 | 3C | 31 |
| Octal | 311 | 267 | 62 | 0 | 11 | 113 | 25 | 65 | 74 | 61 |
| Binary | 11001001 | 10110111 | 110010 | 0 | 1001 | 1001011 | 10101 | 110101 | 111100 | 110001 |
Color Harmonies of #C9B732
Complementary color
Monochromatic Colors of #C9B732
Black with #C9B732
Text Example
Text Example
White with #C9B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B732; }
p { color: rgb(201,183,50); }
H1.HeaderClassName
{
color: #C9B732;
}
.AnyTagClassName
{
color: #C9B732;
}
</style>
background-color css
<style>
a { background-color: #C9B732; }
a { background-color: rgb(201,183,50); }
div.DivClassName
{
background-color: #C9B732;
}
.BgClassName
{
background-color: #C9B732;
}
</style>
border-color css
<style>
span { border-color: #C9B732; }
span { border-color: rgb(201,183,50); }
td.TdClassName
{
border-color: #C9B732;
}
.TagClassName
{
border-color: #C9B732;
}
</style>