Shades of Buddha Gold #C69810
Tints of Buddha Gold #C69810
RGB
CMYK
RGB Variations
Color information
#C69810 (or 0xC69810) is known color: Buddha Gold. HEX triplet: C6, 98 and 10. RGB value is (198,152,16). Sum of RGB (Red+Green+Blue) = 198+152+16=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C69810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69810 is #3967EF. Grayscale: #969696. Windows color (decimal): -3762160 or 1087686. OLE color: 1087686.
HSL color Cylindrical-coordinate representation of color #C69810: hue angle of 44.84º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C69810 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 16 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.22 |
| HSL | 44.84º | 0.85% | 0.42% | - |
| HSV(B) | 44.84º | 0.92% | 0.78% | - |
| XYZ | 34.61 | 34.5 | 5.33 | - |
| YUV | 150.25 | 52.24 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 16 | 0 | 0.23 | 0.92 | 0.22 | 44.84 | 0.85 | 0.42 |
| Hex | C6 | 98 | 10 | 0 | 17 | 5C | 16 | 2D | 55 | 2A |
| Octal | 306 | 230 | 20 | 0 | 27 | 134 | 26 | 55 | 125 | 52 |
| Binary | 11000110 | 10011000 | 10000 | 0 | 10111 | 1011100 | 10110 | 101101 | 1010101 | 101010 |
Color Harmonies of #C69810
Complementary color
Monochromatic Colors of #C69810
Black with #C69810
Text Example
Text Example
White with #C69810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69810; }
p { color: rgb(198,152,16); }
H1.HeaderClassName
{
color: #C69810;
}
.AnyTagClassName
{
color: #C69810;
}
</style>
background-color css
<style>
a { background-color: #C69810; }
a { background-color: rgb(198,152,16); }
div.DivClassName
{
background-color: #C69810;
}
.BgClassName
{
background-color: #C69810;
}
</style>
border-color css
<style>
span { border-color: #C69810; }
span { border-color: rgb(198,152,16); }
td.TdClassName
{
border-color: #C69810;
}
.TagClassName
{
border-color: #C69810;
}
</style>