Shades of Old Gold #C9BD44
Tints of Old Gold #C9BD44
RGB
CMYK
RGB Variations
Color information
#C9BD44 (or 0xC9BD44) is known color: Old Gold. HEX triplet: C9, BD and 44. RGB value is (201,189,68). Sum of RGB (Red+Green+Blue) = 201+189+68=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BD44 is #3642BB. Grayscale: #B3B3B3. Windows color (decimal): -3556028 or 4505033. OLE color: 4505033.
HSL color Cylindrical-coordinate representation of color #C9BD44: hue angle of 54.59º 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 #C9BD44 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 189 | 68 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.21 |
| HSL | 54.59º | 0.55% | 0.53% | - |
| HSV(B) | 54.59º | 0.66% | 0.79% | - |
| XYZ | 43.33 | 49.23 | 12.69 | - |
| YUV | 178.79 | 65.48 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 68 | 0 | 0.06 | 0.66 | 0.21 | 54.59 | 0.55 | 0.53 |
| Hex | C9 | BD | 44 | 0 | 6 | 42 | 15 | 37 | 37 | 35 |
| Octal | 311 | 275 | 104 | 0 | 6 | 102 | 25 | 67 | 67 | 65 |
| Binary | 11001001 | 10111101 | 1000100 | 0 | 110 | 1000010 | 10101 | 110111 | 110111 | 110101 |
Color Harmonies of #C9BD44
Complementary color
Monochromatic Colors of #C9BD44
Black with #C9BD44
Text Example
Text Example
White with #C9BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BD44; }
p { color: rgb(201,189,68); }
H1.HeaderClassName
{
color: #C9BD44;
}
.AnyTagClassName
{
color: #C9BD44;
}
</style>
background-color css
<style>
a { background-color: #C9BD44; }
a { background-color: rgb(201,189,68); }
div.DivClassName
{
background-color: #C9BD44;
}
.BgClassName
{
background-color: #C9BD44;
}
</style>
border-color css
<style>
span { border-color: #C9BD44; }
span { border-color: rgb(201,189,68); }
td.TdClassName
{
border-color: #C9BD44;
}
.TagClassName
{
border-color: #C9BD44;
}
</style>