Shades of Old Gold #C9B938
Tints of Old Gold #C9B938
RGB
CMYK
RGB Variations
Color information
#C9B938 (or 0xC9B938) is known color: Old Gold. HEX triplet: C9, B9 and 38. RGB value is (201,185,56). Sum of RGB (Red+Green+Blue) = 201+185+56=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B938 is #3646C7. Grayscale: #AFAFAF. Windows color (decimal): -3557064 or 3717577. OLE color: 3717577.
HSL color Cylindrical-coordinate representation of color #C9B938: hue angle of 53.38º 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 #C9B938 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 185 | 56 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.21 |
| HSL | 53.38º | 0.57% | 0.5% | - |
| HSV(B) | 53.38º | 0.72% | 0.79% | - |
| XYZ | 42.15 | 47.4 | 10.67 | - |
| YUV | 175.08 | 60.8 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 56 | 0 | 0.08 | 0.72 | 0.21 | 53.38 | 0.57 | 0.5 |
| Hex | C9 | B9 | 38 | 0 | 8 | 48 | 15 | 35 | 39 | 32 |
| Octal | 311 | 271 | 70 | 0 | 10 | 110 | 25 | 65 | 71 | 62 |
| Binary | 11001001 | 10111001 | 111000 | 0 | 1000 | 1001000 | 10101 | 110101 | 111001 | 110010 |
Color Harmonies of #C9B938
Complementary color
Monochromatic Colors of #C9B938
Black with #C9B938
Text Example
Text Example
White with #C9B938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B938; }
p { color: rgb(201,185,56); }
H1.HeaderClassName
{
color: #C9B938;
}
.AnyTagClassName
{
color: #C9B938;
}
</style>
background-color css
<style>
a { background-color: #C9B938; }
a { background-color: rgb(201,185,56); }
div.DivClassName
{
background-color: #C9B938;
}
.BgClassName
{
background-color: #C9B938;
}
</style>
border-color css
<style>
span { border-color: #C9B938; }
span { border-color: rgb(201,185,56); }
td.TdClassName
{
border-color: #C9B938;
}
.TagClassName
{
border-color: #C9B938;
}
</style>