Shades of Old Gold #C9B73D
Tints of Old Gold #C9B73D
RGB
CMYK
RGB Variations
Color information
#C9B73D (or 0xC9B73D) is known color: Old Gold. HEX triplet: C9, B7 and 3D. RGB value is (201,183,61). Sum of RGB (Red+Green+Blue) = 201+183+61=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B73D is #3648C2. Grayscale: #AEAEAE. Windows color (decimal): -3557571 or 4044745. OLE color: 4044745.
HSL color Cylindrical-coordinate representation of color #C9B73D: hue angle of 52.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9B73D is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 183 | 61 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.21 |
| HSL | 52.29º | 0.56% | 0.51% | - |
| HSV(B) | 52.29º | 0.7% | 0.79% | - |
| XYZ | 41.86 | 46.62 | 11.21 | - |
| YUV | 174.47 | 63.96 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 183 | 61 | 0 | 0.09 | 0.70 | 0.21 | 52.29 | 0.56 | 0.51 |
| Hex | C9 | B7 | 3D | 0 | 9 | 46 | 15 | 34 | 38 | 33 |
| Octal | 311 | 267 | 75 | 0 | 11 | 106 | 25 | 64 | 70 | 63 |
| Binary | 11001001 | 10110111 | 111101 | 0 | 1001 | 1000110 | 10101 | 110100 | 111000 | 110011 |
Color Harmonies of #C9B73D
Complementary color
Monochromatic Colors of #C9B73D
Black with #C9B73D
Text Example
Text Example
White with #C9B73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B73D; }
p { color: rgb(201,183,61); }
H1.HeaderClassName
{
color: #C9B73D;
}
.AnyTagClassName
{
color: #C9B73D;
}
</style>
background-color css
<style>
a { background-color: #C9B73D; }
a { background-color: rgb(201,183,61); }
div.DivClassName
{
background-color: #C9B73D;
}
.BgClassName
{
background-color: #C9B73D;
}
</style>
border-color css
<style>
span { border-color: #C9B73D; }
span { border-color: rgb(201,183,61); }
td.TdClassName
{
border-color: #C9B73D;
}
.TagClassName
{
border-color: #C9B73D;
}
</style>