Shades of Buddha Gold #C6A802
Tints of Buddha Gold #C6A802
RGB
CMYK
RGB Variations
Color information
#C6A802 (or 0xC6A802) is known color: Buddha Gold. HEX triplet: C6, A8 and 02. RGB value is (198,168,2). Sum of RGB (Red+Green+Blue) = 198+168+2=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A802 is #3957FD. Grayscale: #9E9E9E. Windows color (decimal): -3758078 or 174278. OLE color: 174278.
HSL color Cylindrical-coordinate representation of color #C6A802: hue angle of 50.82º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6A802 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.22 |
| HSL | 50.82º | 0.98% | 0.39% | - |
| HSV(B) | 50.82º | 0.99% | 0.78% | - |
| XYZ | 37.3 | 40.02 | 5.82 | - |
| YUV | 158.05 | 39.94 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 2 | 0 | 0.15 | 0.99 | 0.22 | 50.82 | 0.98 | 0.39 |
| Hex | C6 | A8 | 2 | 0 | F | 63 | 16 | 33 | 62 | 27 |
| Octal | 306 | 250 | 2 | 0 | 17 | 143 | 26 | 63 | 142 | 47 |
| Binary | 11000110 | 10101000 | 10 | 0 | 1111 | 1100011 | 10110 | 110011 | 1100010 | 100111 |
Color Harmonies of #C6A802
Complementary color
Monochromatic Colors of #C6A802
Black with #C6A802
Text Example
Text Example
White with #C6A802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A802; }
p { color: rgb(198,168,2); }
H1.HeaderClassName
{
color: #C6A802;
}
.AnyTagClassName
{
color: #C6A802;
}
</style>
background-color css
<style>
a { background-color: #C6A802; }
a { background-color: rgb(198,168,2); }
div.DivClassName
{
background-color: #C6A802;
}
.BgClassName
{
background-color: #C6A802;
}
</style>
border-color css
<style>
span { border-color: #C6A802; }
span { border-color: rgb(198,168,2); }
td.TdClassName
{
border-color: #C6A802;
}
.TagClassName
{
border-color: #C6A802;
}
</style>