Shades of Buddha Gold #C6AA11
Tints of Buddha Gold #C6AA11
RGB
CMYK
RGB Variations
Color information
#C6AA11 (or 0xC6AA11) is known color: Buddha Gold. HEX triplet: C6, AA and 11. RGB value is (198,170,17). Sum of RGB (Red+Green+Blue) = 198+170+17=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AA11 is #3955EE. Grayscale: #A1A1A1. Windows color (decimal): -3757551 or 1157830. OLE color: 1157830.
HSL color Cylindrical-coordinate representation of color #C6AA11: hue angle of 50.72º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6AA11 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 17 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.22 |
| HSL | 50.72º | 0.84% | 0.42% | - |
| HSV(B) | 50.72º | 0.91% | 0.78% | - |
| XYZ | 37.76 | 40.8 | 6.41 | - |
| YUV | 160.93 | 46.78 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 17 | 0 | 0.14 | 0.91 | 0.22 | 50.72 | 0.84 | 0.42 |
| Hex | C6 | AA | 11 | 0 | E | 5B | 16 | 33 | 54 | 2A |
| Octal | 306 | 252 | 21 | 0 | 16 | 133 | 26 | 63 | 124 | 52 |
| Binary | 11000110 | 10101010 | 10001 | 0 | 1110 | 1011011 | 10110 | 110011 | 1010100 | 101010 |
Color Harmonies of #C6AA11
Complementary color
Monochromatic Colors of #C6AA11
Black with #C6AA11
Text Example
Text Example
White with #C6AA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AA11; }
p { color: rgb(198,170,17); }
H1.HeaderClassName
{
color: #C6AA11;
}
.AnyTagClassName
{
color: #C6AA11;
}
</style>
background-color css
<style>
a { background-color: #C6AA11; }
a { background-color: rgb(198,170,17); }
div.DivClassName
{
background-color: #C6AA11;
}
.BgClassName
{
background-color: #C6AA11;
}
</style>
border-color css
<style>
span { border-color: #C6AA11; }
span { border-color: rgb(198,170,17); }
td.TdClassName
{
border-color: #C6AA11;
}
.TagClassName
{
border-color: #C6AA11;
}
</style>