Shades of Old Gold #C9AF43
Tints of Old Gold #C9AF43
RGB
CMYK
RGB Variations
Color information
#C9AF43 (or 0xC9AF43) is known color: Old Gold. HEX triplet: C9, AF and 43. RGB value is (201,175,67). Sum of RGB (Red+Green+Blue) = 201+175+67=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 67 (26.56% from 255 or 15.12% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AF43 is #3650BC. Grayscale: #AAAAAA. Windows color (decimal): -3559613 or 4435913. OLE color: 4435913.
HSL color Cylindrical-coordinate representation of color #C9AF43: hue angle of 48.36º 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 #C9AF43 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 67 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.21 |
| HSL | 48.36º | 0.55% | 0.53% | - |
| HSV(B) | 48.36º | 0.67% | 0.79% | - |
| XYZ | 40.43 | 43.48 | 11.57 | - |
| YUV | 170.46 | 69.61 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 67 | 0 | 0.13 | 0.67 | 0.21 | 48.36 | 0.55 | 0.53 |
| Hex | C9 | AF | 43 | 0 | D | 43 | 15 | 30 | 37 | 35 |
| Octal | 311 | 257 | 103 | 0 | 15 | 103 | 25 | 60 | 67 | 65 |
| Binary | 11001001 | 10101111 | 1000011 | 0 | 1101 | 1000011 | 10101 | 110000 | 110111 | 110101 |
Color Harmonies of #C9AF43
Complementary color
Monochromatic Colors of #C9AF43
Black with #C9AF43
Text Example
Text Example
White with #C9AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF43; }
p { color: rgb(201,175,67); }
H1.HeaderClassName
{
color: #C9AF43;
}
.AnyTagClassName
{
color: #C9AF43;
}
</style>
background-color css
<style>
a { background-color: #C9AF43; }
a { background-color: rgb(201,175,67); }
div.DivClassName
{
background-color: #C9AF43;
}
.BgClassName
{
background-color: #C9AF43;
}
</style>
border-color css
<style>
span { border-color: #C9AF43; }
span { border-color: rgb(201,175,67); }
td.TdClassName
{
border-color: #C9AF43;
}
.TagClassName
{
border-color: #C9AF43;
}
</style>