Shades of Old Gold #C7B43F
Tints of Old Gold #C7B43F
RGB
CMYK
RGB Variations
Color information
#C7B43F (or 0xC7B43F) is known color: Old Gold. HEX triplet: C7, B4 and 3F. RGB value is (199,180,63). Sum of RGB (Red+Green+Blue) = 199+180+63=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B43F is #384BC0. Grayscale: #ACACAC. Windows color (decimal): -3689409 or 4175047. OLE color: 4175047.
HSL color Cylindrical-coordinate representation of color #C7B43F: hue angle of 51.62º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7B43F is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 180 | 63 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.22 |
| HSL | 51.62º | 0.55% | 0.51% | - |
| HSV(B) | 51.62º | 0.68% | 0.78% | - |
| XYZ | 40.77 | 45.14 | 11.27 | - |
| YUV | 172.34 | 66.29 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 63 | 0 | 0.10 | 0.68 | 0.22 | 51.62 | 0.55 | 0.51 |
| Hex | C7 | B4 | 3F | 0 | A | 44 | 16 | 34 | 37 | 33 |
| Octal | 307 | 264 | 77 | 0 | 12 | 104 | 26 | 64 | 67 | 63 |
| Binary | 11000111 | 10110100 | 111111 | 0 | 1010 | 1000100 | 10110 | 110100 | 110111 | 110011 |
Color Harmonies of #C7B43F
Complementary color
Monochromatic Colors of #C7B43F
Black with #C7B43F
Text Example
Text Example
White with #C7B43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B43F; }
p { color: rgb(199,180,63); }
H1.HeaderClassName
{
color: #C7B43F;
}
.AnyTagClassName
{
color: #C7B43F;
}
</style>
background-color css
<style>
a { background-color: #C7B43F; }
a { background-color: rgb(199,180,63); }
div.DivClassName
{
background-color: #C7B43F;
}
.BgClassName
{
background-color: #C7B43F;
}
</style>
border-color css
<style>
span { border-color: #C7B43F; }
span { border-color: rgb(199,180,63); }
td.TdClassName
{
border-color: #C7B43F;
}
.TagClassName
{
border-color: #C7B43F;
}
</style>