Shades of Old Gold #C9BD45
Tints of Old Gold #C9BD45
RGB
CMYK
RGB Variations
Color information
#C9BD45 (or 0xC9BD45) is known color: Old Gold. HEX triplet: C9, BD and 45. RGB value is (201,189,69). Sum of RGB (Red+Green+Blue) = 201+189+69=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BD45 is #3642BA. Grayscale: #B3B3B3. Windows color (decimal): -3556027 or 4570569. OLE color: 4570569.
HSL color Cylindrical-coordinate representation of color #C9BD45: hue angle of 54.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9BD45 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 189 | 69 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.21 |
| HSL | 54.55º | 0.55% | 0.53% | - |
| HSV(B) | 54.55º | 0.66% | 0.79% | - |
| XYZ | 43.36 | 49.24 | 12.85 | - |
| YUV | 178.91 | 65.98 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 69 | 0 | 0.06 | 0.66 | 0.21 | 54.55 | 0.55 | 0.53 |
| Hex | C9 | BD | 45 | 0 | 6 | 42 | 15 | 37 | 37 | 35 |
| Octal | 311 | 275 | 105 | 0 | 6 | 102 | 25 | 67 | 67 | 65 |
| Binary | 11001001 | 10111101 | 1000101 | 0 | 110 | 1000010 | 10101 | 110111 | 110111 | 110101 |
Color Harmonies of #C9BD45
Complementary color
Monochromatic Colors of #C9BD45
Black with #C9BD45
Text Example
Text Example
White with #C9BD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BD45; }
p { color: rgb(201,189,69); }
H1.HeaderClassName
{
color: #C9BD45;
}
.AnyTagClassName
{
color: #C9BD45;
}
</style>
background-color css
<style>
a { background-color: #C9BD45; }
a { background-color: rgb(201,189,69); }
div.DivClassName
{
background-color: #C9BD45;
}
.BgClassName
{
background-color: #C9BD45;
}
</style>
border-color css
<style>
span { border-color: #C9BD45; }
span { border-color: rgb(201,189,69); }
td.TdClassName
{
border-color: #C9BD45;
}
.TagClassName
{
border-color: #C9BD45;
}
</style>