Shades of Old Gold #C9AD34
Tints of Old Gold #C9AD34
RGB
CMYK
RGB Variations
Color information
#C9AD34 (or 0xC9AD34) is known color: Old Gold. HEX triplet: C9, AD and 34. RGB value is (201,173,52). Sum of RGB (Red+Green+Blue) = 201+173+52=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD34 is #3652CB. Grayscale: #A8A8A8. Windows color (decimal): -3560140 or 3452361. OLE color: 3452361.
HSL color Cylindrical-coordinate representation of color #C9AD34: hue angle of 48.72º 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 #C9AD34 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 52 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.21 |
| HSL | 48.72º | 0.59% | 0.5% | - |
| HSV(B) | 48.72º | 0.74% | 0.79% | - |
| XYZ | 39.65 | 42.55 | 9.37 | - |
| YUV | 167.58 | 62.78 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 52 | 0 | 0.14 | 0.74 | 0.21 | 48.72 | 0.59 | 0.5 |
| Hex | C9 | AD | 34 | 0 | E | 4A | 15 | 31 | 3B | 32 |
| Octal | 311 | 255 | 64 | 0 | 16 | 112 | 25 | 61 | 73 | 62 |
| Binary | 11001001 | 10101101 | 110100 | 0 | 1110 | 1001010 | 10101 | 110001 | 111011 | 110010 |
Color Harmonies of #C9AD34
Complementary color
Monochromatic Colors of #C9AD34
Black with #C9AD34
Text Example
Text Example
White with #C9AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD34; }
p { color: rgb(201,173,52); }
H1.HeaderClassName
{
color: #C9AD34;
}
.AnyTagClassName
{
color: #C9AD34;
}
</style>
background-color css
<style>
a { background-color: #C9AD34; }
a { background-color: rgb(201,173,52); }
div.DivClassName
{
background-color: #C9AD34;
}
.BgClassName
{
background-color: #C9AD34;
}
</style>
border-color css
<style>
span { border-color: #C9AD34; }
span { border-color: rgb(201,173,52); }
td.TdClassName
{
border-color: #C9AD34;
}
.TagClassName
{
border-color: #C9AD34;
}
</style>