Shades of Old Gold #C6AF2D
Tints of Old Gold #C6AF2D
RGB
CMYK
RGB Variations
Color information
#C6AF2D (or 0xC6AF2D) is known color: Old Gold. HEX triplet: C6, AF and 2D. RGB value is (198,175,45). Sum of RGB (Red+Green+Blue) = 198+175+45=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF2D is #3950D2. Grayscale: #A7A7A7. Windows color (decimal): -3756243 or 2994118. OLE color: 2994118.
HSL color Cylindrical-coordinate representation of color #C6AF2D: hue angle of 50.98º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6AF2D is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 45 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.22 |
| HSL | 50.98º | 0.63% | 0.48% | - |
| HSV(B) | 50.98º | 0.77% | 0.78% | - |
| XYZ | 39.09 | 42.86 | 8.69 | - |
| YUV | 167.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 45 | 0 | 0.12 | 0.77 | 0.22 | 50.98 | 0.63 | 0.48 |
| Hex | C6 | AF | 2D | 0 | C | 4D | 16 | 33 | 3F | 30 |
| Octal | 306 | 257 | 55 | 0 | 14 | 115 | 26 | 63 | 77 | 60 |
| Binary | 11000110 | 10101111 | 101101 | 0 | 1100 | 1001101 | 10110 | 110011 | 111111 | 110000 |
Color Harmonies of #C6AF2D
Complementary color
Monochromatic Colors of #C6AF2D
Black with #C6AF2D
Text Example
Text Example
White with #C6AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF2D; }
p { color: rgb(198,175,45); }
H1.HeaderClassName
{
color: #C6AF2D;
}
.AnyTagClassName
{
color: #C6AF2D;
}
</style>
background-color css
<style>
a { background-color: #C6AF2D; }
a { background-color: rgb(198,175,45); }
div.DivClassName
{
background-color: #C6AF2D;
}
.BgClassName
{
background-color: #C6AF2D;
}
</style>
border-color css
<style>
span { border-color: #C6AF2D; }
span { border-color: rgb(198,175,45); }
td.TdClassName
{
border-color: #C6AF2D;
}
.TagClassName
{
border-color: #C6AF2D;
}
</style>