Shades of Old Gold #C9BC34
Tints of Old Gold #C9BC34
RGB
CMYK
RGB Variations
Color information
#C9BC34 (or 0xC9BC34) is known color: Old Gold. HEX triplet: C9, BC and 34. RGB value is (201,188,52). Sum of RGB (Red+Green+Blue) = 201+188+52=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC34 is #3643CB. Grayscale: #B0B0B0. Windows color (decimal): -3556300 or 3456201. OLE color: 3456201.
HSL color Cylindrical-coordinate representation of color #C9BC34: hue angle of 54.77º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9BC34 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 52 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.21 |
| HSL | 54.77º | 0.59% | 0.5% | - |
| HSV(B) | 54.77º | 0.74% | 0.79% | - |
| XYZ | 42.69 | 48.63 | 10.39 | - |
| YUV | 176.38 | 57.81 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 52 | 0 | 0.06 | 0.74 | 0.21 | 54.77 | 0.59 | 0.5 |
| Hex | C9 | BC | 34 | 0 | 6 | 4A | 15 | 37 | 3B | 32 |
| Octal | 311 | 274 | 64 | 0 | 6 | 112 | 25 | 67 | 73 | 62 |
| Binary | 11001001 | 10111100 | 110100 | 0 | 110 | 1001010 | 10101 | 110111 | 111011 | 110010 |
Color Harmonies of #C9BC34
Complementary color
Monochromatic Colors of #C9BC34
Black with #C9BC34
Text Example
Text Example
White with #C9BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC34; }
p { color: rgb(201,188,52); }
H1.HeaderClassName
{
color: #C9BC34;
}
.AnyTagClassName
{
color: #C9BC34;
}
</style>
background-color css
<style>
a { background-color: #C9BC34; }
a { background-color: rgb(201,188,52); }
div.DivClassName
{
background-color: #C9BC34;
}
.BgClassName
{
background-color: #C9BC34;
}
</style>
border-color css
<style>
span { border-color: #C9BC34; }
span { border-color: rgb(201,188,52); }
td.TdClassName
{
border-color: #C9BC34;
}
.TagClassName
{
border-color: #C9BC34;
}
</style>