Shades of Old Gold #C9BF42
Tints of Old Gold #C9BF42
RGB
CMYK
RGB Variations
Color information
#C9BF42 (or 0xC9BF42) is known color: Old Gold. HEX triplet: C9, BF and 42. RGB value is (201,191,66). Sum of RGB (Red+Green+Blue) = 201+191+66=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF42 is #3640BD. Grayscale: #B4B4B4. Windows color (decimal): -3555518 or 4374473. OLE color: 4374473.
HSL color Cylindrical-coordinate representation of color #C9BF42: hue angle of 55.56º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9BF42 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 66 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.21 |
| HSL | 55.56º | 0.56% | 0.52% | - |
| HSV(B) | 55.56º | 0.67% | 0.79% | - |
| XYZ | 43.7 | 50.07 | 12.52 | - |
| YUV | 179.74 | 63.81 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 66 | 0 | 0.05 | 0.67 | 0.21 | 55.56 | 0.56 | 0.52 |
| Hex | C9 | BF | 42 | 0 | 5 | 43 | 15 | 38 | 38 | 34 |
| Octal | 311 | 277 | 102 | 0 | 5 | 103 | 25 | 70 | 70 | 64 |
| Binary | 11001001 | 10111111 | 1000010 | 0 | 101 | 1000011 | 10101 | 111000 | 111000 | 110100 |
Color Harmonies of #C9BF42
Complementary color
Monochromatic Colors of #C9BF42
Black with #C9BF42
Text Example
Text Example
White with #C9BF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BF42; }
p { color: rgb(201,191,66); }
H1.HeaderClassName
{
color: #C9BF42;
}
.AnyTagClassName
{
color: #C9BF42;
}
</style>
background-color css
<style>
a { background-color: #C9BF42; }
a { background-color: rgb(201,191,66); }
div.DivClassName
{
background-color: #C9BF42;
}
.BgClassName
{
background-color: #C9BF42;
}
</style>
border-color css
<style>
span { border-color: #C9BF42; }
span { border-color: rgb(201,191,66); }
td.TdClassName
{
border-color: #C9BF42;
}
.TagClassName
{
border-color: #C9BF42;
}
</style>