Shades of Old Gold #C6BD4A
Tints of Old Gold #C6BD4A
RGB
CMYK
RGB Variations
Color information
#C6BD4A (or 0xC6BD4A) is known color: Old Gold. HEX triplet: C6, BD and 4A. RGB value is (198,189,74). Sum of RGB (Red+Green+Blue) = 198+189+74=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BD4A is #3942B5. Grayscale: #B3B3B3. Windows color (decimal): -3752630 or 4898246. OLE color: 4898246.
HSL color Cylindrical-coordinate representation of color #C6BD4A: hue angle of 55.65º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6BD4A is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 189 | 74 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.22 |
| HSL | 55.65º | 0.52% | 0.53% | - |
| HSV(B) | 55.65º | 0.63% | 0.78% | - |
| XYZ | 42.72 | 48.9 | 13.66 | - |
| YUV | 178.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 74 | 0 | 0.05 | 0.63 | 0.22 | 55.65 | 0.52 | 0.53 |
| Hex | C6 | BD | 4A | 0 | 5 | 3F | 16 | 38 | 34 | 35 |
| Octal | 306 | 275 | 112 | 0 | 5 | 77 | 26 | 70 | 64 | 65 |
| Binary | 11000110 | 10111101 | 1001010 | 0 | 101 | 111111 | 10110 | 111000 | 110100 | 110101 |
Color Harmonies of #C6BD4A
Complementary color
Monochromatic Colors of #C6BD4A
Black with #C6BD4A
Text Example
Text Example
White with #C6BD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BD4A; }
p { color: rgb(198,189,74); }
H1.HeaderClassName
{
color: #C6BD4A;
}
.AnyTagClassName
{
color: #C6BD4A;
}
</style>
background-color css
<style>
a { background-color: #C6BD4A; }
a { background-color: rgb(198,189,74); }
div.DivClassName
{
background-color: #C6BD4A;
}
.BgClassName
{
background-color: #C6BD4A;
}
</style>
border-color css
<style>
span { border-color: #C6BD4A; }
span { border-color: rgb(198,189,74); }
td.TdClassName
{
border-color: #C6BD4A;
}
.TagClassName
{
border-color: #C6BD4A;
}
</style>