Shades of Buddha Gold #C6A903
Tints of Buddha Gold #C6A903
RGB
CMYK
RGB Variations
Color information
#C6A903 (or 0xC6A903) is known color: Buddha Gold. HEX triplet: C6, A9 and 03. RGB value is (198,169,3). Sum of RGB (Red+Green+Blue) = 198+169+3=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A903 is #3956FC. Grayscale: #9F9F9F. Windows color (decimal): -3757821 or 240070. OLE color: 240070.
HSL color Cylindrical-coordinate representation of color #C6A903: hue angle of 51.08º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6A903 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 169 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.22 |
| HSL | 51.08º | 0.97% | 0.39% | - |
| HSV(B) | 51.08º | 0.98% | 0.78% | - |
| XYZ | 37.49 | 40.39 | 5.91 | - |
| YUV | 158.75 | 40.11 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 169 | 3 | 0 | 0.15 | 0.98 | 0.22 | 51.08 | 0.97 | 0.39 |
| Hex | C6 | A9 | 3 | 0 | F | 62 | 16 | 33 | 61 | 27 |
| Octal | 306 | 251 | 3 | 0 | 17 | 142 | 26 | 63 | 141 | 47 |
| Binary | 11000110 | 10101001 | 11 | 0 | 1111 | 1100010 | 10110 | 110011 | 1100001 | 100111 |
Color Harmonies of #C6A903
Complementary color
Monochromatic Colors of #C6A903
Black with #C6A903
Text Example
Text Example
White with #C6A903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A903; }
p { color: rgb(198,169,3); }
H1.HeaderClassName
{
color: #C6A903;
}
.AnyTagClassName
{
color: #C6A903;
}
</style>
background-color css
<style>
a { background-color: #C6A903; }
a { background-color: rgb(198,169,3); }
div.DivClassName
{
background-color: #C6A903;
}
.BgClassName
{
background-color: #C6A903;
}
</style>
border-color css
<style>
span { border-color: #C6A903; }
span { border-color: rgb(198,169,3); }
td.TdClassName
{
border-color: #C6A903;
}
.TagClassName
{
border-color: #C6A903;
}
</style>