Shades of Old Gold #C6B538
Tints of Old Gold #C6B538
RGB
CMYK
RGB Variations
Color information
#C6B538 (or 0xC6B538) is known color: Old Gold. HEX triplet: C6, B5 and 38. RGB value is (198,181,56). Sum of RGB (Red+Green+Blue) = 198+181+56=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B538 is #394AC7. Grayscale: #ACACAC. Windows color (decimal): -3754696 or 3716550. OLE color: 3716550.
HSL color Cylindrical-coordinate representation of color #C6B538: hue angle of 52.82º 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 #C6B538 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 181 | 56 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.22 |
| HSL | 52.82º | 0.56% | 0.5% | - |
| HSV(B) | 52.82º | 0.72% | 0.78% | - |
| XYZ | 40.53 | 45.34 | 10.36 | - |
| YUV | 171.83 | 62.63 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 181 | 56 | 0 | 0.09 | 0.72 | 0.22 | 52.82 | 0.56 | 0.5 |
| Hex | C6 | B5 | 38 | 0 | 9 | 48 | 16 | 35 | 38 | 32 |
| Octal | 306 | 265 | 70 | 0 | 11 | 110 | 26 | 65 | 70 | 62 |
| Binary | 11000110 | 10110101 | 111000 | 0 | 1001 | 1001000 | 10110 | 110101 | 111000 | 110010 |
Color Harmonies of #C6B538
Complementary color
Monochromatic Colors of #C6B538
Black with #C6B538
Text Example
Text Example
White with #C6B538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B538; }
p { color: rgb(198,181,56); }
H1.HeaderClassName
{
color: #C6B538;
}
.AnyTagClassName
{
color: #C6B538;
}
</style>
background-color css
<style>
a { background-color: #C6B538; }
a { background-color: rgb(198,181,56); }
div.DivClassName
{
background-color: #C6B538;
}
.BgClassName
{
background-color: #C6B538;
}
</style>
border-color css
<style>
span { border-color: #C6B538; }
span { border-color: rgb(198,181,56); }
td.TdClassName
{
border-color: #C6B538;
}
.TagClassName
{
border-color: #C6B538;
}
</style>