Shades of Old Gold #C9AD38
Tints of Old Gold #C9AD38
RGB
CMYK
RGB Variations
Color information
#C9AD38 (or 0xC9AD38) is known color: Old Gold. HEX triplet: C9, AD and 38. RGB value is (201,173,56). Sum of RGB (Red+Green+Blue) = 201+173+56=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD38 is #3652C7. Grayscale: #A8A8A8. Windows color (decimal): -3560136 or 3714505. OLE color: 3714505.
HSL color Cylindrical-coordinate representation of color #C9AD38: hue angle of 48.41º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9AD38 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 56 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.21 |
| HSL | 48.41º | 0.57% | 0.5% | - |
| HSV(B) | 48.41º | 0.72% | 0.79% | - |
| XYZ | 39.74 | 42.59 | 9.87 | - |
| YUV | 168.03 | 64.78 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 56 | 0 | 0.14 | 0.72 | 0.21 | 48.41 | 0.57 | 0.5 |
| Hex | C9 | AD | 38 | 0 | E | 48 | 15 | 30 | 39 | 32 |
| Octal | 311 | 255 | 70 | 0 | 16 | 110 | 25 | 60 | 71 | 62 |
| Binary | 11001001 | 10101101 | 111000 | 0 | 1110 | 1001000 | 10101 | 110000 | 111001 | 110010 |
Color Harmonies of #C9AD38
Complementary color
Monochromatic Colors of #C9AD38
Black with #C9AD38
Text Example
Text Example
White with #C9AD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD38; }
p { color: rgb(201,173,56); }
H1.HeaderClassName
{
color: #C9AD38;
}
.AnyTagClassName
{
color: #C9AD38;
}
</style>
background-color css
<style>
a { background-color: #C9AD38; }
a { background-color: rgb(201,173,56); }
div.DivClassName
{
background-color: #C9AD38;
}
.BgClassName
{
background-color: #C9AD38;
}
</style>
border-color css
<style>
span { border-color: #C9AD38; }
span { border-color: rgb(201,173,56); }
td.TdClassName
{
border-color: #C9AD38;
}
.TagClassName
{
border-color: #C9AD38;
}
</style>