Shades of Old Gold #C9B833
Tints of Old Gold #C9B833
RGB
CMYK
RGB Variations
Color information
#C9B833 (or 0xC9B833) is known color: Old Gold. HEX triplet: C9, B8 and 33. RGB value is (201,184,51). Sum of RGB (Red+Green+Blue) = 201+184+51=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B833 is #3647CC. Grayscale: #AEAEAE. Windows color (decimal): -3557325 or 3389641. OLE color: 3389641.
HSL color Cylindrical-coordinate representation of color #C9B833: hue angle of 53.2º 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 #C9B833 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 184 | 51 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.21 |
| HSL | 53.2º | 0.6% | 0.49% | - |
| HSV(B) | 53.2º | 0.75% | 0.79% | - |
| XYZ | 41.83 | 46.94 | 9.99 | - |
| YUV | 173.92 | 58.63 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 51 | 0 | 0.08 | 0.75 | 0.21 | 53.2 | 0.6 | 0.49 |
| Hex | C9 | B8 | 33 | 0 | 8 | 4B | 15 | 35 | 3C | 31 |
| Octal | 311 | 270 | 63 | 0 | 10 | 113 | 25 | 65 | 74 | 61 |
| Binary | 11001001 | 10111000 | 110011 | 0 | 1000 | 1001011 | 10101 | 110101 | 111100 | 110001 |
Color Harmonies of #C9B833
Complementary color
Monochromatic Colors of #C9B833
Black with #C9B833
Text Example
Text Example
White with #C9B833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B833; }
p { color: rgb(201,184,51); }
H1.HeaderClassName
{
color: #C9B833;
}
.AnyTagClassName
{
color: #C9B833;
}
</style>
background-color css
<style>
a { background-color: #C9B833; }
a { background-color: rgb(201,184,51); }
div.DivClassName
{
background-color: #C9B833;
}
.BgClassName
{
background-color: #C9B833;
}
</style>
border-color css
<style>
span { border-color: #C9B833; }
span { border-color: rgb(201,184,51); }
td.TdClassName
{
border-color: #C9B833;
}
.TagClassName
{
border-color: #C9B833;
}
</style>