Shades of Old Gold #C9B849
Tints of Old Gold #C9B849
RGB
CMYK
RGB Variations
Color information
#C9B849 (or 0xC9B849) is known color: Old Gold. HEX triplet: C9, B8 and 49. RGB value is (201,184,73). Sum of RGB (Red+Green+Blue) = 201+184+73=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B849 is #3647B6. Grayscale: #B0B0B0. Windows color (decimal): -3557303 or 4831433. OLE color: 4831433.
HSL color Cylindrical-coordinate representation of color #C9B849: hue angle of 52.03º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9B849 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 184 | 73 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.21 |
| HSL | 52.03º | 0.54% | 0.54% | - |
| HSV(B) | 52.03º | 0.64% | 0.79% | - |
| XYZ | 42.43 | 47.18 | 13.17 | - |
| YUV | 176.43 | 69.63 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 73 | 0 | 0.08 | 0.64 | 0.21 | 52.03 | 0.54 | 0.54 |
| Hex | C9 | B8 | 49 | 0 | 8 | 40 | 15 | 34 | 36 | 36 |
| Octal | 311 | 270 | 111 | 0 | 10 | 100 | 25 | 64 | 66 | 66 |
| Binary | 11001001 | 10111000 | 1001001 | 0 | 1000 | 1000000 | 10101 | 110100 | 110110 | 110110 |
Color Harmonies of #C9B849
Complementary color
Monochromatic Colors of #C9B849
Black with #C9B849
Text Example
Text Example
White with #C9B849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B849; }
p { color: rgb(201,184,73); }
H1.HeaderClassName
{
color: #C9B849;
}
.AnyTagClassName
{
color: #C9B849;
}
</style>
background-color css
<style>
a { background-color: #C9B849; }
a { background-color: rgb(201,184,73); }
div.DivClassName
{
background-color: #C9B849;
}
.BgClassName
{
background-color: #C9B849;
}
</style>
border-color css
<style>
span { border-color: #C9B849; }
span { border-color: rgb(201,184,73); }
td.TdClassName
{
border-color: #C9B849;
}
.TagClassName
{
border-color: #C9B849;
}
</style>