Shades of Buddha Gold #C6AA0D
Tints of Buddha Gold #C6AA0D
RGB
CMYK
RGB Variations
Color information
#C6AA0D (or 0xC6AA0D) is known color: Buddha Gold. HEX triplet: C6, AA and 0D. RGB value is (198,170,13). Sum of RGB (Red+Green+Blue) = 198+170+13=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AA0D is #3955F2. Grayscale: #A1A1A1. Windows color (decimal): -3757555 or 895686. OLE color: 895686.
HSL color Cylindrical-coordinate representation of color #C6AA0D: hue angle of 50.92º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6AA0D is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 13 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.22 |
| HSL | 50.92º | 0.88% | 0.41% | - |
| HSV(B) | 50.92º | 0.93% | 0.78% | - |
| XYZ | 37.74 | 40.78 | 6.26 | - |
| YUV | 160.47 | 44.78 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 13 | 0 | 0.14 | 0.93 | 0.22 | 50.92 | 0.88 | 0.41 |
| Hex | C6 | AA | D | 0 | E | 5D | 16 | 33 | 58 | 29 |
| Octal | 306 | 252 | 15 | 0 | 16 | 135 | 26 | 63 | 130 | 51 |
| Binary | 11000110 | 10101010 | 1101 | 0 | 1110 | 1011101 | 10110 | 110011 | 1011000 | 101001 |
Color Harmonies of #C6AA0D
Complementary color
Monochromatic Colors of #C6AA0D
Black with #C6AA0D
Text Example
Text Example
White with #C6AA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AA0D; }
p { color: rgb(198,170,13); }
H1.HeaderClassName
{
color: #C6AA0D;
}
.AnyTagClassName
{
color: #C6AA0D;
}
</style>
background-color css
<style>
a { background-color: #C6AA0D; }
a { background-color: rgb(198,170,13); }
div.DivClassName
{
background-color: #C6AA0D;
}
.BgClassName
{
background-color: #C6AA0D;
}
</style>
border-color css
<style>
span { border-color: #C6AA0D; }
span { border-color: rgb(198,170,13); }
td.TdClassName
{
border-color: #C6AA0D;
}
.TagClassName
{
border-color: #C6AA0D;
}
</style>