Shades of Old Gold #C9B840
Tints of Old Gold #C9B840
RGB
CMYK
RGB Variations
Color information
#C9B840 (or 0xC9B840) is known color: Old Gold. HEX triplet: C9, B8 and 40. RGB value is (201,184,64). Sum of RGB (Red+Green+Blue) = 201+184+64=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B840 is #3647BF. Grayscale: #AFAFAF. Windows color (decimal): -3557312 or 4241609. OLE color: 4241609.
HSL color Cylindrical-coordinate representation of color #C9B840: hue angle of 52.55º 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 #C9B840 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 184 | 64 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.21 |
| HSL | 52.55º | 0.56% | 0.52% | - |
| HSV(B) | 52.55º | 0.68% | 0.79% | - |
| XYZ | 42.15 | 47.07 | 11.71 | - |
| YUV | 175.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 64 | 0 | 0.08 | 0.68 | 0.21 | 52.55 | 0.56 | 0.52 |
| Hex | C9 | B8 | 40 | 0 | 8 | 44 | 15 | 35 | 38 | 34 |
| Octal | 311 | 270 | 100 | 0 | 10 | 104 | 25 | 65 | 70 | 64 |
| Binary | 11001001 | 10111000 | 1000000 | 0 | 1000 | 1000100 | 10101 | 110101 | 111000 | 110100 |
Color Harmonies of #C9B840
Complementary color
Monochromatic Colors of #C9B840
Black with #C9B840
Text Example
Text Example
White with #C9B840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B840; }
p { color: rgb(201,184,64); }
H1.HeaderClassName
{
color: #C9B840;
}
.AnyTagClassName
{
color: #C9B840;
}
</style>
background-color css
<style>
a { background-color: #C9B840; }
a { background-color: rgb(201,184,64); }
div.DivClassName
{
background-color: #C9B840;
}
.BgClassName
{
background-color: #C9B840;
}
</style>
border-color css
<style>
span { border-color: #C9B840; }
span { border-color: rgb(201,184,64); }
td.TdClassName
{
border-color: #C9B840;
}
.TagClassName
{
border-color: #C9B840;
}
</style>