Shades of Old Gold #C9AF34
Tints of Old Gold #C9AF34
RGB
CMYK
RGB Variations
Color information
#C9AF34 (or 0xC9AF34) is known color: Old Gold. HEX triplet: C9, AF and 34. RGB value is (201,175,52). Sum of RGB (Red+Green+Blue) = 201+175+52=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AF34 is #3650CB. Grayscale: #A9A9A9. Windows color (decimal): -3559628 or 3452873. OLE color: 3452873.
HSL color Cylindrical-coordinate representation of color #C9AF34: hue angle of 49.53º 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 #C9AF34 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 52 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.21 |
| HSL | 49.53º | 0.59% | 0.5% | - |
| HSV(B) | 49.53º | 0.74% | 0.79% | - |
| XYZ | 40.04 | 43.33 | 9.5 | - |
| YUV | 168.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 52 | 0 | 0.13 | 0.74 | 0.21 | 49.53 | 0.59 | 0.5 |
| Hex | C9 | AF | 34 | 0 | D | 4A | 15 | 32 | 3B | 32 |
| Octal | 311 | 257 | 64 | 0 | 15 | 112 | 25 | 62 | 73 | 62 |
| Binary | 11001001 | 10101111 | 110100 | 0 | 1101 | 1001010 | 10101 | 110010 | 111011 | 110010 |
Color Harmonies of #C9AF34
Complementary color
Monochromatic Colors of #C9AF34
Black with #C9AF34
Text Example
Text Example
White with #C9AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF34; }
p { color: rgb(201,175,52); }
H1.HeaderClassName
{
color: #C9AF34;
}
.AnyTagClassName
{
color: #C9AF34;
}
</style>
background-color css
<style>
a { background-color: #C9AF34; }
a { background-color: rgb(201,175,52); }
div.DivClassName
{
background-color: #C9AF34;
}
.BgClassName
{
background-color: #C9AF34;
}
</style>
border-color css
<style>
span { border-color: #C9AF34; }
span { border-color: rgb(201,175,52); }
td.TdClassName
{
border-color: #C9AF34;
}
.TagClassName
{
border-color: #C9AF34;
}
</style>