Shades of Old Gold #C9BC43
Tints of Old Gold #C9BC43
RGB
CMYK
RGB Variations
Color information
#C9BC43 (or 0xC9BC43) is known color: Old Gold. HEX triplet: C9, BC and 43. RGB value is (201,188,67). Sum of RGB (Red+Green+Blue) = 201+188+67=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 67 (26.56% from 255 or 14.69% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC43 is #3643BC. Grayscale: #B2B2B2. Windows color (decimal): -3556285 or 4439241. OLE color: 4439241.
HSL color Cylindrical-coordinate representation of color #C9BC43: hue angle of 54.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9BC43 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 67 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.21 |
| HSL | 54.18º | 0.55% | 0.53% | - |
| HSV(B) | 54.18º | 0.67% | 0.79% | - |
| XYZ | 43.08 | 48.79 | 12.46 | - |
| YUV | 178.09 | 65.31 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 67 | 0 | 0.06 | 0.67 | 0.21 | 54.18 | 0.55 | 0.53 |
| Hex | C9 | BC | 43 | 0 | 6 | 43 | 15 | 36 | 37 | 35 |
| Octal | 311 | 274 | 103 | 0 | 6 | 103 | 25 | 66 | 67 | 65 |
| Binary | 11001001 | 10111100 | 1000011 | 0 | 110 | 1000011 | 10101 | 110110 | 110111 | 110101 |
Color Harmonies of #C9BC43
Complementary color
Monochromatic Colors of #C9BC43
Black with #C9BC43
Text Example
Text Example
White with #C9BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC43; }
p { color: rgb(201,188,67); }
H1.HeaderClassName
{
color: #C9BC43;
}
.AnyTagClassName
{
color: #C9BC43;
}
</style>
background-color css
<style>
a { background-color: #C9BC43; }
a { background-color: rgb(201,188,67); }
div.DivClassName
{
background-color: #C9BC43;
}
.BgClassName
{
background-color: #C9BC43;
}
</style>
border-color css
<style>
span { border-color: #C9BC43; }
span { border-color: rgb(201,188,67); }
td.TdClassName
{
border-color: #C9BC43;
}
.TagClassName
{
border-color: #C9BC43;
}
</style>