Shades of Old Gold #C7B43D
Tints of Old Gold #C7B43D
RGB
CMYK
RGB Variations
Color information
#C7B43D (or 0xC7B43D) is known color: Old Gold. HEX triplet: C7, B4 and 3D. RGB value is (199,180,61). Sum of RGB (Red+Green+Blue) = 199+180+61=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B43D is #384BC2. Grayscale: #ACACAC. Windows color (decimal): -3689411 or 4043975. OLE color: 4043975.
HSL color Cylindrical-coordinate representation of color #C7B43D: hue angle of 51.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7B43D is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 180 | 61 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.22 |
| HSL | 51.74º | 0.55% | 0.51% | - |
| HSV(B) | 51.74º | 0.69% | 0.78% | - |
| XYZ | 40.72 | 45.12 | 10.98 | - |
| YUV | 172.12 | 65.29 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 61 | 0 | 0.10 | 0.69 | 0.22 | 51.74 | 0.55 | 0.51 |
| Hex | C7 | B4 | 3D | 0 | A | 45 | 16 | 34 | 37 | 33 |
| Octal | 307 | 264 | 75 | 0 | 12 | 105 | 26 | 64 | 67 | 63 |
| Binary | 11000111 | 10110100 | 111101 | 0 | 1010 | 1000101 | 10110 | 110100 | 110111 | 110011 |
Color Harmonies of #C7B43D
Complementary color
Monochromatic Colors of #C7B43D
Black with #C7B43D
Text Example
Text Example
White with #C7B43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B43D; }
p { color: rgb(199,180,61); }
H1.HeaderClassName
{
color: #C7B43D;
}
.AnyTagClassName
{
color: #C7B43D;
}
</style>
background-color css
<style>
a { background-color: #C7B43D; }
a { background-color: rgb(199,180,61); }
div.DivClassName
{
background-color: #C7B43D;
}
.BgClassName
{
background-color: #C7B43D;
}
</style>
border-color css
<style>
span { border-color: #C7B43D; }
span { border-color: rgb(199,180,61); }
td.TdClassName
{
border-color: #C7B43D;
}
.TagClassName
{
border-color: #C7B43D;
}
</style>