Shades of Buddha Gold #C69710
Tints of Buddha Gold #C69710
RGB
CMYK
RGB Variations
Color information
#C69710 (or 0xC69710) is known color: Buddha Gold. HEX triplet: C6, 97 and 10. RGB value is (198,151,16). Sum of RGB (Red+Green+Blue) = 198+151+16=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C69710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69710 is #3968EF. Grayscale: #969696. Windows color (decimal): -3762416 or 1087430. OLE color: 1087430.
HSL color Cylindrical-coordinate representation of color #C69710: hue angle of 44.51º 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 #C69710 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 16 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.22 |
| HSL | 44.51º | 0.85% | 0.42% | - |
| HSV(B) | 44.51º | 0.92% | 0.78% | - |
| XYZ | 34.45 | 34.18 | 5.27 | - |
| YUV | 149.66 | 52.57 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 16 | 0 | 0.24 | 0.92 | 0.22 | 44.51 | 0.85 | 0.42 |
| Hex | C6 | 97 | 10 | 0 | 18 | 5C | 16 | 2D | 55 | 2A |
| Octal | 306 | 227 | 20 | 0 | 30 | 134 | 26 | 55 | 125 | 52 |
| Binary | 11000110 | 10010111 | 10000 | 0 | 11000 | 1011100 | 10110 | 101101 | 1010101 | 101010 |
Color Harmonies of #C69710
Complementary color
Monochromatic Colors of #C69710
Black with #C69710
Text Example
Text Example
White with #C69710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69710; }
p { color: rgb(198,151,16); }
H1.HeaderClassName
{
color: #C69710;
}
.AnyTagClassName
{
color: #C69710;
}
</style>
background-color css
<style>
a { background-color: #C69710; }
a { background-color: rgb(198,151,16); }
div.DivClassName
{
background-color: #C69710;
}
.BgClassName
{
background-color: #C69710;
}
</style>
border-color css
<style>
span { border-color: #C69710; }
span { border-color: rgb(198,151,16); }
td.TdClassName
{
border-color: #C69710;
}
.TagClassName
{
border-color: #C69710;
}
</style>