Shades of Buddha Gold #C6980E
Tints of Buddha Gold #C6980E
RGB
CMYK
RGB Variations
Color information
#C6980E (or 0xC6980E) is known color: Buddha Gold. HEX triplet: C6, 98 and 0E. RGB value is (198,152,14). Sum of RGB (Red+Green+Blue) = 198+152+14=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C6980E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6980E is #3967F1. Grayscale: #969696. Windows color (decimal): -3762162 or 956614. OLE color: 956614.
HSL color Cylindrical-coordinate representation of color #C6980E: hue angle of 45º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6980E is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 14 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.22 |
| HSL | 45º | 0.87% | 0.42% | - |
| HSV(B) | 45º | 0.93% | 0.78% | - |
| XYZ | 34.6 | 34.49 | 5.25 | - |
| YUV | 150.02 | 51.24 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 14 | 0 | 0.23 | 0.93 | 0.22 | 45 | 0.87 | 0.42 |
| Hex | C6 | 98 | E | 0 | 17 | 5D | 16 | 2D | 57 | 2A |
| Octal | 306 | 230 | 16 | 0 | 27 | 135 | 26 | 55 | 127 | 52 |
| Binary | 11000110 | 10011000 | 1110 | 0 | 10111 | 1011101 | 10110 | 101101 | 1010111 | 101010 |
Color Harmonies of #C6980E
Complementary color
Monochromatic Colors of #C6980E
Black with #C6980E
Text Example
Text Example
White with #C6980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6980E; }
p { color: rgb(198,152,14); }
H1.HeaderClassName
{
color: #C6980E;
}
.AnyTagClassName
{
color: #C6980E;
}
</style>
background-color css
<style>
a { background-color: #C6980E; }
a { background-color: rgb(198,152,14); }
div.DivClassName
{
background-color: #C6980E;
}
.BgClassName
{
background-color: #C6980E;
}
</style>
border-color css
<style>
span { border-color: #C6980E; }
span { border-color: rgb(198,152,14); }
td.TdClassName
{
border-color: #C6980E;
}
.TagClassName
{
border-color: #C6980E;
}
</style>