Shades of Old Gold #C9BD4D
Tints of Old Gold #C9BD4D
RGB
CMYK
RGB Variations
Color information
#C9BD4D (or 0xC9BD4D) is known color: Old Gold. HEX triplet: C9, BD and 4D. RGB value is (201,189,77). Sum of RGB (Red+Green+Blue) = 201+189+77=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BD4D is #3642B2. Grayscale: #B4B4B4. Windows color (decimal): -3556019 or 5094857. OLE color: 5094857.
HSL color Cylindrical-coordinate representation of color #C9BD4D: hue angle of 54.19º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9BD4D is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 189 | 77 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.21 |
| HSL | 54.19º | 0.53% | 0.55% | - |
| HSV(B) | 54.19º | 0.62% | 0.79% | - |
| XYZ | 43.62 | 49.35 | 14.25 | - |
| YUV | 179.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 77 | 0 | 0.06 | 0.62 | 0.21 | 54.19 | 0.53 | 0.55 |
| Hex | C9 | BD | 4D | 0 | 6 | 3E | 15 | 36 | 35 | 37 |
| Octal | 311 | 275 | 115 | 0 | 6 | 76 | 25 | 66 | 65 | 67 |
| Binary | 11001001 | 10111101 | 1001101 | 0 | 110 | 111110 | 10101 | 110110 | 110101 | 110111 |
Color Harmonies of #C9BD4D
Complementary color
Monochromatic Colors of #C9BD4D
Black with #C9BD4D
Text Example
Text Example
White with #C9BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BD4D; }
p { color: rgb(201,189,77); }
H1.HeaderClassName
{
color: #C9BD4D;
}
.AnyTagClassName
{
color: #C9BD4D;
}
</style>
background-color css
<style>
a { background-color: #C9BD4D; }
a { background-color: rgb(201,189,77); }
div.DivClassName
{
background-color: #C9BD4D;
}
.BgClassName
{
background-color: #C9BD4D;
}
</style>
border-color css
<style>
span { border-color: #C9BD4D; }
span { border-color: rgb(201,189,77); }
td.TdClassName
{
border-color: #C9BD4D;
}
.TagClassName
{
border-color: #C9BD4D;
}
</style>