Shades of Old Gold #C6B838
Tints of Old Gold #C6B838
RGB
CMYK
RGB Variations
Color information
#C6B838 (or 0xC6B838) is known color: Old Gold. HEX triplet: C6, B8 and 38. RGB value is (198,184,56). Sum of RGB (Red+Green+Blue) = 198+184+56=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B838 is #3947C7. Grayscale: #AEAEAE. Windows color (decimal): -3753928 or 3717318. OLE color: 3717318.
HSL color Cylindrical-coordinate representation of color #C6B838: hue angle of 54.08º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6B838 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 56 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.22 |
| HSL | 54.08º | 0.56% | 0.5% | - |
| HSV(B) | 54.08º | 0.72% | 0.78% | - |
| XYZ | 41.14 | 46.57 | 10.56 | - |
| YUV | 173.59 | 61.64 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 56 | 0 | 0.07 | 0.72 | 0.22 | 54.08 | 0.56 | 0.5 |
| Hex | C6 | B8 | 38 | 0 | 7 | 48 | 16 | 36 | 38 | 32 |
| Octal | 306 | 270 | 70 | 0 | 7 | 110 | 26 | 66 | 70 | 62 |
| Binary | 11000110 | 10111000 | 111000 | 0 | 111 | 1001000 | 10110 | 110110 | 111000 | 110010 |
Color Harmonies of #C6B838
Complementary color
Monochromatic Colors of #C6B838
Black with #C6B838
Text Example
Text Example
White with #C6B838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B838; }
p { color: rgb(198,184,56); }
H1.HeaderClassName
{
color: #C6B838;
}
.AnyTagClassName
{
color: #C6B838;
}
</style>
background-color css
<style>
a { background-color: #C6B838; }
a { background-color: rgb(198,184,56); }
div.DivClassName
{
background-color: #C6B838;
}
.BgClassName
{
background-color: #C6B838;
}
</style>
border-color css
<style>
span { border-color: #C6B838; }
span { border-color: rgb(198,184,56); }
td.TdClassName
{
border-color: #C6B838;
}
.TagClassName
{
border-color: #C6B838;
}
</style>