Shades of Old Gold #C9C038
Tints of Old Gold #C9C038
RGB
CMYK
RGB Variations
Color information
#C9C038 (or 0xC9C038) is known color: Old Gold. HEX triplet: C9, C0 and 38. RGB value is (201,192,56). Sum of RGB (Red+Green+Blue) = 201+192+56=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C038 is #363FC7. Grayscale: #B3B3B3. Windows color (decimal): -3555272 or 3719369. OLE color: 3719369.
HSL color Cylindrical-coordinate representation of color #C9C038: hue angle of 56.28º 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 #C9C038 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 56 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.21 |
| HSL | 56.28º | 0.57% | 0.5% | - |
| HSV(B) | 56.28º | 0.72% | 0.79% | - |
| XYZ | 43.65 | 50.4 | 11.17 | - |
| YUV | 179.19 | 58.48 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 56 | 0 | 0.04 | 0.72 | 0.21 | 56.28 | 0.57 | 0.5 |
| Hex | C9 | C0 | 38 | 0 | 4 | 48 | 15 | 38 | 39 | 32 |
| Octal | 311 | 300 | 70 | 0 | 4 | 110 | 25 | 70 | 71 | 62 |
| Binary | 11001001 | 11000000 | 111000 | 0 | 100 | 1001000 | 10101 | 111000 | 111001 | 110010 |
Color Harmonies of #C9C038
Complementary color
Monochromatic Colors of #C9C038
Black with #C9C038
Text Example
Text Example
White with #C9C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C038; }
p { color: rgb(201,192,56); }
H1.HeaderClassName
{
color: #C9C038;
}
.AnyTagClassName
{
color: #C9C038;
}
</style>
background-color css
<style>
a { background-color: #C9C038; }
a { background-color: rgb(201,192,56); }
div.DivClassName
{
background-color: #C9C038;
}
.BgClassName
{
background-color: #C9C038;
}
</style>
border-color css
<style>
span { border-color: #C9C038; }
span { border-color: rgb(201,192,56); }
td.TdClassName
{
border-color: #C9C038;
}
.TagClassName
{
border-color: #C9C038;
}
</style>