Shades of Buddha Gold #C6A809
Tints of Buddha Gold #C6A809
RGB
CMYK
RGB Variations
Color information
#C6A809 (or 0xC6A809) is known color: Buddha Gold. HEX triplet: C6, A8 and 09. RGB value is (198,168,9). Sum of RGB (Red+Green+Blue) = 198+168+9=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A809 is #3957F6. Grayscale: #9F9F9F. Windows color (decimal): -3758071 or 633030. OLE color: 633030.
HSL color Cylindrical-coordinate representation of color #C6A809: hue angle of 50.48º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6A809 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 9 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.22 |
| HSL | 50.48º | 0.91% | 0.41% | - |
| HSV(B) | 50.48º | 0.95% | 0.78% | - |
| XYZ | 37.34 | 40.03 | 6.02 | - |
| YUV | 158.84 | 43.44 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 9 | 0 | 0.15 | 0.95 | 0.22 | 50.48 | 0.91 | 0.41 |
| Hex | C6 | A8 | 9 | 0 | F | 5F | 16 | 32 | 5B | 29 |
| Octal | 306 | 250 | 11 | 0 | 17 | 137 | 26 | 62 | 133 | 51 |
| Binary | 11000110 | 10101000 | 1001 | 0 | 1111 | 1011111 | 10110 | 110010 | 1011011 | 101001 |
Color Harmonies of #C6A809
Complementary color
Monochromatic Colors of #C6A809
Black with #C6A809
Text Example
Text Example
White with #C6A809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A809; }
p { color: rgb(198,168,9); }
H1.HeaderClassName
{
color: #C6A809;
}
.AnyTagClassName
{
color: #C6A809;
}
</style>
background-color css
<style>
a { background-color: #C6A809; }
a { background-color: rgb(198,168,9); }
div.DivClassName
{
background-color: #C6A809;
}
.BgClassName
{
background-color: #C6A809;
}
</style>
border-color css
<style>
span { border-color: #C6A809; }
span { border-color: rgb(198,168,9); }
td.TdClassName
{
border-color: #C6A809;
}
.TagClassName
{
border-color: #C6A809;
}
</style>