Shades of Old Gold #C7BD44
Tints of Old Gold #C7BD44
RGB
CMYK
RGB Variations
Color information
#C7BD44 (or 0xC7BD44) is known color: Old Gold. HEX triplet: C7, BD and 44. RGB value is (199,189,68). Sum of RGB (Red+Green+Blue) = 199+189+68=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 68 (26.95% from 255 or 14.91% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BD44 is #3842BB. Grayscale: #B2B2B2. Windows color (decimal): -3687100 or 4505031. OLE color: 4505031.
HSL color Cylindrical-coordinate representation of color #C7BD44: hue angle of 55.42º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7BD44 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 189 | 68 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.22 |
| HSL | 55.42º | 0.54% | 0.52% | - |
| HSV(B) | 55.42º | 0.66% | 0.78% | - |
| XYZ | 42.79 | 48.95 | 12.66 | - |
| YUV | 178.2 | 65.81 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 68 | 0 | 0.05 | 0.66 | 0.22 | 55.42 | 0.54 | 0.52 |
| Hex | C7 | BD | 44 | 0 | 5 | 42 | 16 | 37 | 36 | 34 |
| Octal | 307 | 275 | 104 | 0 | 5 | 102 | 26 | 67 | 66 | 64 |
| Binary | 11000111 | 10111101 | 1000100 | 0 | 101 | 1000010 | 10110 | 110111 | 110110 | 110100 |
Color Harmonies of #C7BD44
Complementary color
Monochromatic Colors of #C7BD44
Black with #C7BD44
Text Example
Text Example
White with #C7BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BD44; }
p { color: rgb(199,189,68); }
H1.HeaderClassName
{
color: #C7BD44;
}
.AnyTagClassName
{
color: #C7BD44;
}
</style>
background-color css
<style>
a { background-color: #C7BD44; }
a { background-color: rgb(199,189,68); }
div.DivClassName
{
background-color: #C7BD44;
}
.BgClassName
{
background-color: #C7BD44;
}
</style>
border-color css
<style>
span { border-color: #C7BD44; }
span { border-color: rgb(199,189,68); }
td.TdClassName
{
border-color: #C7BD44;
}
.TagClassName
{
border-color: #C7BD44;
}
</style>