Shades of Old Gold #C6B52C
Tints of Old Gold #C6B52C
RGB
CMYK
RGB Variations
Color information
#C6B52C (or 0xC6B52C) is known color: Old Gold. HEX triplet: C6, B5 and 2C. RGB value is (198,181,44). Sum of RGB (Red+Green+Blue) = 198+181+44=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B52C is #394AD3. Grayscale: #ABABAB. Windows color (decimal): -3754708 or 2930118. OLE color: 2930118.
HSL color Cylindrical-coordinate representation of color #C6B52C: hue angle of 53.38º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6B52C is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 181 | 44 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.22 |
| HSL | 53.38º | 0.64% | 0.47% | - |
| HSV(B) | 53.38º | 0.78% | 0.78% | - |
| XYZ | 40.27 | 45.24 | 8.99 | - |
| YUV | 170.47 | 56.63 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 181 | 44 | 0 | 0.09 | 0.78 | 0.22 | 53.38 | 0.64 | 0.47 |
| Hex | C6 | B5 | 2C | 0 | 9 | 4E | 16 | 35 | 40 | 2F |
| Octal | 306 | 265 | 54 | 0 | 11 | 116 | 26 | 65 | 100 | 57 |
| Binary | 11000110 | 10110101 | 101100 | 0 | 1001 | 1001110 | 10110 | 110101 | 1000000 | 101111 |
Color Harmonies of #C6B52C
Complementary color
Monochromatic Colors of #C6B52C
Black with #C6B52C
Text Example
Text Example
White with #C6B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B52C; }
p { color: rgb(198,181,44); }
H1.HeaderClassName
{
color: #C6B52C;
}
.AnyTagClassName
{
color: #C6B52C;
}
</style>
background-color css
<style>
a { background-color: #C6B52C; }
a { background-color: rgb(198,181,44); }
div.DivClassName
{
background-color: #C6B52C;
}
.BgClassName
{
background-color: #C6B52C;
}
</style>
border-color css
<style>
span { border-color: #C6B52C; }
span { border-color: rgb(198,181,44); }
td.TdClassName
{
border-color: #C6B52C;
}
.TagClassName
{
border-color: #C6B52C;
}
</style>