Shades of Old Gold #C6B738
Tints of Old Gold #C6B738
RGB
CMYK
RGB Variations
Color information
#C6B738 (or 0xC6B738) is known color: Old Gold. HEX triplet: C6, B7 and 38. RGB value is (198,183,56). Sum of RGB (Red+Green+Blue) = 198+183+56=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B738 is #3948C7. Grayscale: #ADADAD. Windows color (decimal): -3754184 or 3717062. OLE color: 3717062.
HSL color Cylindrical-coordinate representation of color #C6B738: hue angle of 53.66º 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 #C6B738 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 183 | 56 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.22 |
| HSL | 53.66º | 0.56% | 0.5% | - |
| HSV(B) | 53.66º | 0.72% | 0.78% | - |
| XYZ | 40.94 | 46.16 | 10.49 | - |
| YUV | 173.01 | 61.97 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 56 | 0 | 0.08 | 0.72 | 0.22 | 53.66 | 0.56 | 0.5 |
| Hex | C6 | B7 | 38 | 0 | 8 | 48 | 16 | 36 | 38 | 32 |
| Octal | 306 | 267 | 70 | 0 | 10 | 110 | 26 | 66 | 70 | 62 |
| Binary | 11000110 | 10110111 | 111000 | 0 | 1000 | 1001000 | 10110 | 110110 | 111000 | 110010 |
Color Harmonies of #C6B738
Complementary color
Monochromatic Colors of #C6B738
Black with #C6B738
Text Example
Text Example
White with #C6B738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B738; }
p { color: rgb(198,183,56); }
H1.HeaderClassName
{
color: #C6B738;
}
.AnyTagClassName
{
color: #C6B738;
}
</style>
background-color css
<style>
a { background-color: #C6B738; }
a { background-color: rgb(198,183,56); }
div.DivClassName
{
background-color: #C6B738;
}
.BgClassName
{
background-color: #C6B738;
}
</style>
border-color css
<style>
span { border-color: #C6B738; }
span { border-color: rgb(198,183,56); }
td.TdClassName
{
border-color: #C6B738;
}
.TagClassName
{
border-color: #C6B738;
}
</style>