Shades of Old Gold #C9BE4D
Tints of Old Gold #C9BE4D
RGB
CMYK
RGB Variations
Color information
#C9BE4D (or 0xC9BE4D) is known color: Old Gold. HEX triplet: C9, BE and 4D. RGB value is (201,190,77). Sum of RGB (Red+Green+Blue) = 201+190+77=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BE4D is #3641B2. Grayscale: #B4B4B4. Windows color (decimal): -3555763 or 5095113. OLE color: 5095113.
HSL color Cylindrical-coordinate representation of color #C9BE4D: hue angle of 54.68º 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 #C9BE4D is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 190 | 77 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.21 |
| HSL | 54.68º | 0.53% | 0.55% | - |
| HSV(B) | 54.68º | 0.62% | 0.79% | - |
| XYZ | 43.84 | 49.78 | 14.32 | - |
| YUV | 180.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 77 | 0 | 0.05 | 0.62 | 0.21 | 54.68 | 0.53 | 0.55 |
| Hex | C9 | BE | 4D | 0 | 5 | 3E | 15 | 37 | 35 | 37 |
| Octal | 311 | 276 | 115 | 0 | 5 | 76 | 25 | 67 | 65 | 67 |
| Binary | 11001001 | 10111110 | 1001101 | 0 | 101 | 111110 | 10101 | 110111 | 110101 | 110111 |
Color Harmonies of #C9BE4D
Complementary color
Monochromatic Colors of #C9BE4D
Black with #C9BE4D
Text Example
Text Example
White with #C9BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BE4D; }
p { color: rgb(201,190,77); }
H1.HeaderClassName
{
color: #C9BE4D;
}
.AnyTagClassName
{
color: #C9BE4D;
}
</style>
background-color css
<style>
a { background-color: #C9BE4D; }
a { background-color: rgb(201,190,77); }
div.DivClassName
{
background-color: #C9BE4D;
}
.BgClassName
{
background-color: #C9BE4D;
}
</style>
border-color css
<style>
span { border-color: #C9BE4D; }
span { border-color: rgb(201,190,77); }
td.TdClassName
{
border-color: #C9BE4D;
}
.TagClassName
{
border-color: #C9BE4D;
}
</style>