Shades of Old Gold #C6BF3C
Tints of Old Gold #C6BF3C
RGB
CMYK
RGB Variations
Color information
#C6BF3C (or 0xC6BF3C) is known color: Old Gold. HEX triplet: C6, BF and 3C. RGB value is (198,191,60). Sum of RGB (Red+Green+Blue) = 198+191+60=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BF3C is #3940C3. Grayscale: #B2B2B2. Windows color (decimal): -3752132 or 3981254. OLE color: 3981254.
HSL color Cylindrical-coordinate representation of color #C6BF3C: hue angle of 56.96º 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 #C6BF3C is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 60 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.22 |
| HSL | 56.96º | 0.55% | 0.51% | - |
| HSV(B) | 56.96º | 0.7% | 0.78% | - |
| XYZ | 42.74 | 49.59 | 11.6 | - |
| YUV | 178.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 60 | 0 | 0.04 | 0.70 | 0.22 | 56.96 | 0.55 | 0.51 |
| Hex | C6 | BF | 3C | 0 | 4 | 46 | 16 | 39 | 37 | 33 |
| Octal | 306 | 277 | 74 | 0 | 4 | 106 | 26 | 71 | 67 | 63 |
| Binary | 11000110 | 10111111 | 111100 | 0 | 100 | 1000110 | 10110 | 111001 | 110111 | 110011 |
Color Harmonies of #C6BF3C
Complementary color
Monochromatic Colors of #C6BF3C
Black with #C6BF3C
Text Example
Text Example
White with #C6BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BF3C; }
p { color: rgb(198,191,60); }
H1.HeaderClassName
{
color: #C6BF3C;
}
.AnyTagClassName
{
color: #C6BF3C;
}
</style>
background-color css
<style>
a { background-color: #C6BF3C; }
a { background-color: rgb(198,191,60); }
div.DivClassName
{
background-color: #C6BF3C;
}
.BgClassName
{
background-color: #C6BF3C;
}
</style>
border-color css
<style>
span { border-color: #C6BF3C; }
span { border-color: rgb(198,191,60); }
td.TdClassName
{
border-color: #C6BF3C;
}
.TagClassName
{
border-color: #C6BF3C;
}
</style>