Shades of Old Gold #C6B43C
Tints of Old Gold #C6B43C
RGB
CMYK
RGB Variations
Color information
#C6B43C (or 0xC6B43C) is known color: Old Gold. HEX triplet: C6, B4 and 3C. RGB value is (198,180,60). Sum of RGB (Red+Green+Blue) = 198+180+60=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B43C is #394BC3. Grayscale: #ACACAC. Windows color (decimal): -3754948 or 3978438. OLE color: 3978438.
HSL color Cylindrical-coordinate representation of color #C6B43C: hue angle of 52.17º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6B43C is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 180 | 60 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.22 |
| HSL | 52.17º | 0.55% | 0.51% | - |
| HSV(B) | 52.17º | 0.7% | 0.78% | - |
| XYZ | 40.43 | 44.97 | 10.83 | - |
| YUV | 171.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 180 | 60 | 0 | 0.09 | 0.70 | 0.22 | 52.17 | 0.55 | 0.51 |
| Hex | C6 | B4 | 3C | 0 | 9 | 46 | 16 | 34 | 37 | 33 |
| Octal | 306 | 264 | 74 | 0 | 11 | 106 | 26 | 64 | 67 | 63 |
| Binary | 11000110 | 10110100 | 111100 | 0 | 1001 | 1000110 | 10110 | 110100 | 110111 | 110011 |
Color Harmonies of #C6B43C
Complementary color
Monochromatic Colors of #C6B43C
Black with #C6B43C
Text Example
Text Example
White with #C6B43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B43C; }
p { color: rgb(198,180,60); }
H1.HeaderClassName
{
color: #C6B43C;
}
.AnyTagClassName
{
color: #C6B43C;
}
</style>
background-color css
<style>
a { background-color: #C6B43C; }
a { background-color: rgb(198,180,60); }
div.DivClassName
{
background-color: #C6B43C;
}
.BgClassName
{
background-color: #C6B43C;
}
</style>
border-color css
<style>
span { border-color: #C6B43C; }
span { border-color: rgb(198,180,60); }
td.TdClassName
{
border-color: #C6B43C;
}
.TagClassName
{
border-color: #C6B43C;
}
</style>