Shades of Old Gold #C9BC38
Tints of Old Gold #C9BC38
RGB
CMYK
RGB Variations
Color information
#C9BC38 (or 0xC9BC38) is known color: Old Gold. HEX triplet: C9, BC and 38. RGB value is (201,188,56). Sum of RGB (Red+Green+Blue) = 201+188+56=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC38 is #3643C7. Grayscale: #B1B1B1. Windows color (decimal): -3556296 or 3718345. OLE color: 3718345.
HSL color Cylindrical-coordinate representation of color #C9BC38: hue angle of 54.62º 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 #C9BC38 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 56 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.21 |
| HSL | 54.62º | 0.57% | 0.5% | - |
| HSV(B) | 54.62º | 0.72% | 0.79% | - |
| XYZ | 42.78 | 48.67 | 10.88 | - |
| YUV | 176.84 | 59.81 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 56 | 0 | 0.06 | 0.72 | 0.21 | 54.62 | 0.57 | 0.5 |
| Hex | C9 | BC | 38 | 0 | 6 | 48 | 15 | 37 | 39 | 32 |
| Octal | 311 | 274 | 70 | 0 | 6 | 110 | 25 | 67 | 71 | 62 |
| Binary | 11001001 | 10111100 | 111000 | 0 | 110 | 1001000 | 10101 | 110111 | 111001 | 110010 |
Color Harmonies of #C9BC38
Complementary color
Monochromatic Colors of #C9BC38
Black with #C9BC38
Text Example
Text Example
White with #C9BC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC38; }
p { color: rgb(201,188,56); }
H1.HeaderClassName
{
color: #C9BC38;
}
.AnyTagClassName
{
color: #C9BC38;
}
</style>
background-color css
<style>
a { background-color: #C9BC38; }
a { background-color: rgb(201,188,56); }
div.DivClassName
{
background-color: #C9BC38;
}
.BgClassName
{
background-color: #C9BC38;
}
</style>
border-color css
<style>
span { border-color: #C9BC38; }
span { border-color: rgb(201,188,56); }
td.TdClassName
{
border-color: #C9BC38;
}
.TagClassName
{
border-color: #C9BC38;
}
</style>