Shades of Buddha Gold #C6A814
Tints of Buddha Gold #C6A814
RGB
CMYK
RGB Variations
Color information
#C6A814 (or 0xC6A814) is known color: Buddha Gold. HEX triplet: C6, A8 and 14. RGB value is (198,168,20). Sum of RGB (Red+Green+Blue) = 198+168+20=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A814 is #3957EB. Grayscale: #A0A0A0. Windows color (decimal): -3758060 or 1353926. OLE color: 1353926.
HSL color Cylindrical-coordinate representation of color #C6A814: hue angle of 49.89º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6A814 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 20 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.22 |
| HSL | 49.89º | 0.82% | 0.43% | - |
| HSV(B) | 49.89º | 0.9% | 0.78% | - |
| XYZ | 37.42 | 40.06 | 6.42 | - |
| YUV | 160.1 | 48.94 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 20 | 0 | 0.15 | 0.90 | 0.22 | 49.89 | 0.82 | 0.43 |
| Hex | C6 | A8 | 14 | 0 | F | 5A | 16 | 32 | 52 | 2B |
| Octal | 306 | 250 | 24 | 0 | 17 | 132 | 26 | 62 | 122 | 53 |
| Binary | 11000110 | 10101000 | 10100 | 0 | 1111 | 1011010 | 10110 | 110010 | 1010010 | 101011 |
Color Harmonies of #C6A814
Complementary color
Monochromatic Colors of #C6A814
Black with #C6A814
Text Example
Text Example
White with #C6A814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A814; }
p { color: rgb(198,168,20); }
H1.HeaderClassName
{
color: #C6A814;
}
.AnyTagClassName
{
color: #C6A814;
}
</style>
background-color css
<style>
a { background-color: #C6A814; }
a { background-color: rgb(198,168,20); }
div.DivClassName
{
background-color: #C6A814;
}
.BgClassName
{
background-color: #C6A814;
}
</style>
border-color css
<style>
span { border-color: #C6A814; }
span { border-color: rgb(198,168,20); }
td.TdClassName
{
border-color: #C6A814;
}
.TagClassName
{
border-color: #C6A814;
}
</style>