Shades of Buddha Gold #C69816
Tints of Buddha Gold #C69816
RGB
CMYK
RGB Variations
Color information
#C69816 (or 0xC69816) is known color: Buddha Gold. HEX triplet: C6, 98 and 16. RGB value is (198,152,22). Sum of RGB (Red+Green+Blue) = 198+152+22=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C69816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69816 is #3967E9. Grayscale: #979797. Windows color (decimal): -3762154 or 1480902. OLE color: 1480902.
HSL color Cylindrical-coordinate representation of color #C69816: hue angle of 44.32º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C69816 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 22 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.22 |
| HSL | 44.32º | 0.8% | 0.43% | - |
| HSV(B) | 44.32º | 0.89% | 0.78% | - |
| XYZ | 34.66 | 34.52 | 5.6 | - |
| YUV | 150.93 | 55.24 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 22 | 0 | 0.23 | 0.89 | 0.22 | 44.32 | 0.8 | 0.43 |
| Hex | C6 | 98 | 16 | 0 | 17 | 59 | 16 | 2C | 50 | 2B |
| Octal | 306 | 230 | 26 | 0 | 27 | 131 | 26 | 54 | 120 | 53 |
| Binary | 11000110 | 10011000 | 10110 | 0 | 10111 | 1011001 | 10110 | 101100 | 1010000 | 101011 |
Color Harmonies of #C69816
Complementary color
Monochromatic Colors of #C69816
Black with #C69816
Text Example
Text Example
White with #C69816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69816; }
p { color: rgb(198,152,22); }
H1.HeaderClassName
{
color: #C69816;
}
.AnyTagClassName
{
color: #C69816;
}
</style>
background-color css
<style>
a { background-color: #C69816; }
a { background-color: rgb(198,152,22); }
div.DivClassName
{
background-color: #C69816;
}
.BgClassName
{
background-color: #C69816;
}
</style>
border-color css
<style>
span { border-color: #C69816; }
span { border-color: rgb(198,152,22); }
td.TdClassName
{
border-color: #C69816;
}
.TagClassName
{
border-color: #C69816;
}
</style>