Shades of Old Gold #C9BF34
Tints of Old Gold #C9BF34
RGB
CMYK
RGB Variations
Color information
#C9BF34 (or 0xC9BF34) is known color: Old Gold. HEX triplet: C9, BF and 34. RGB value is (201,191,52). Sum of RGB (Red+Green+Blue) = 201+191+52=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF34 is #3640CB. Grayscale: #B2B2B2. Windows color (decimal): -3555532 or 3456969. OLE color: 3456969.
HSL color Cylindrical-coordinate representation of color #C9BF34: hue angle of 55.97º 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 #C9BF34 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 52 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.21 |
| HSL | 55.97º | 0.59% | 0.5% | - |
| HSV(B) | 55.97º | 0.74% | 0.79% | - |
| XYZ | 43.34 | 49.93 | 10.6 | - |
| YUV | 178.14 | 56.81 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 52 | 0 | 0.05 | 0.74 | 0.21 | 55.97 | 0.59 | 0.5 |
| Hex | C9 | BF | 34 | 0 | 5 | 4A | 15 | 38 | 3B | 32 |
| Octal | 311 | 277 | 64 | 0 | 5 | 112 | 25 | 70 | 73 | 62 |
| Binary | 11001001 | 10111111 | 110100 | 0 | 101 | 1001010 | 10101 | 111000 | 111011 | 110010 |
Color Harmonies of #C9BF34
Complementary color
Monochromatic Colors of #C9BF34
Black with #C9BF34
Text Example
Text Example
White with #C9BF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BF34; }
p { color: rgb(201,191,52); }
H1.HeaderClassName
{
color: #C9BF34;
}
.AnyTagClassName
{
color: #C9BF34;
}
</style>
background-color css
<style>
a { background-color: #C9BF34; }
a { background-color: rgb(201,191,52); }
div.DivClassName
{
background-color: #C9BF34;
}
.BgClassName
{
background-color: #C9BF34;
}
</style>
border-color css
<style>
span { border-color: #C9BF34; }
span { border-color: rgb(201,191,52); }
td.TdClassName
{
border-color: #C9BF34;
}
.TagClassName
{
border-color: #C9BF34;
}
</style>