Shades of Old Gold #C6BF30
Tints of Old Gold #C6BF30
RGB
CMYK
RGB Variations
Color information
#C6BF30 (or 0xC6BF30) is known color: Old Gold. HEX triplet: C6, BF and 30. RGB value is (198,191,48). Sum of RGB (Red+Green+Blue) = 198+191+48=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BF30 is #3940CF. Grayscale: #B1B1B1. Windows color (decimal): -3752144 or 3194822. OLE color: 3194822.
HSL color Cylindrical-coordinate representation of color #C6BF30: hue angle of 57.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6BF30 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 48 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.22 |
| HSL | 57.2º | 0.61% | 0.48% | - |
| HSV(B) | 57.2º | 0.76% | 0.78% | - |
| XYZ | 42.45 | 49.48 | 10.11 | - |
| YUV | 176.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 48 | 0 | 0.04 | 0.76 | 0.22 | 57.2 | 0.61 | 0.48 |
| Hex | C6 | BF | 30 | 0 | 4 | 4C | 16 | 39 | 3D | 30 |
| Octal | 306 | 277 | 60 | 0 | 4 | 114 | 26 | 71 | 75 | 60 |
| Binary | 11000110 | 10111111 | 110000 | 0 | 100 | 1001100 | 10110 | 111001 | 111101 | 110000 |
Color Harmonies of #C6BF30
Complementary color
Monochromatic Colors of #C6BF30
Black with #C6BF30
Text Example
Text Example
White with #C6BF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BF30; }
p { color: rgb(198,191,48); }
H1.HeaderClassName
{
color: #C6BF30;
}
.AnyTagClassName
{
color: #C6BF30;
}
</style>
background-color css
<style>
a { background-color: #C6BF30; }
a { background-color: rgb(198,191,48); }
div.DivClassName
{
background-color: #C6BF30;
}
.BgClassName
{
background-color: #C6BF30;
}
</style>
border-color css
<style>
span { border-color: #C6BF30; }
span { border-color: rgb(198,191,48); }
td.TdClassName
{
border-color: #C6BF30;
}
.TagClassName
{
border-color: #C6BF30;
}
</style>