Shades of Old Gold #C9B738
Tints of Old Gold #C9B738
RGB
CMYK
RGB Variations
Color information
#C9B738 (or 0xC9B738) is known color: Old Gold. HEX triplet: C9, B7 and 38. RGB value is (201,183,56). Sum of RGB (Red+Green+Blue) = 201+183+56=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B738 is #3648C7. Grayscale: #AEAEAE. Windows color (decimal): -3557576 or 3717065. OLE color: 3717065.
HSL color Cylindrical-coordinate representation of color #C9B738: hue angle of 52.55º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9B738 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 183 | 56 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.21 |
| HSL | 52.55º | 0.57% | 0.5% | - |
| HSV(B) | 52.55º | 0.72% | 0.79% | - |
| XYZ | 41.73 | 46.57 | 10.53 | - |
| YUV | 173.9 | 61.46 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 183 | 56 | 0 | 0.09 | 0.72 | 0.21 | 52.55 | 0.57 | 0.5 |
| Hex | C9 | B7 | 38 | 0 | 9 | 48 | 15 | 35 | 39 | 32 |
| Octal | 311 | 267 | 70 | 0 | 11 | 110 | 25 | 65 | 71 | 62 |
| Binary | 11001001 | 10110111 | 111000 | 0 | 1001 | 1001000 | 10101 | 110101 | 111001 | 110010 |
Color Harmonies of #C9B738
Complementary color
Monochromatic Colors of #C9B738
Black with #C9B738
Text Example
Text Example
White with #C9B738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B738; }
p { color: rgb(201,183,56); }
H1.HeaderClassName
{
color: #C9B738;
}
.AnyTagClassName
{
color: #C9B738;
}
</style>
background-color css
<style>
a { background-color: #C9B738; }
a { background-color: rgb(201,183,56); }
div.DivClassName
{
background-color: #C9B738;
}
.BgClassName
{
background-color: #C9B738;
}
</style>
border-color css
<style>
span { border-color: #C9B738; }
span { border-color: rgb(201,183,56); }
td.TdClassName
{
border-color: #C9B738;
}
.TagClassName
{
border-color: #C9B738;
}
</style>