Shades of Buddha Gold #C8A20E
Tints of Buddha Gold #C8A20E
RGB
CMYK
RGB Variations
Color information
#C8A20E (or 0xC8A20E) is known color: Buddha Gold. HEX triplet: C8, A2 and 0E. RGB value is (200,162,14). Sum of RGB (Red+Green+Blue) = 200+162+14=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A20E is #375DF1. Grayscale: #9D9D9D. Windows color (decimal): -3628530 or 959176. OLE color: 959176.
HSL color Cylindrical-coordinate representation of color #C8A20E: hue angle of 47.74º 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 #C8A20E is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 14 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.22 |
| HSL | 47.74º | 0.87% | 0.42% | - |
| HSV(B) | 47.74º | 0.93% | 0.78% | - |
| XYZ | 36.82 | 38.15 | 5.84 | - |
| YUV | 156.49 | 47.59 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 14 | 0 | 0.19 | 0.93 | 0.22 | 47.74 | 0.87 | 0.42 |
| Hex | C8 | A2 | E | 0 | 13 | 5D | 16 | 30 | 57 | 2A |
| Octal | 310 | 242 | 16 | 0 | 23 | 135 | 26 | 60 | 127 | 52 |
| Binary | 11001000 | 10100010 | 1110 | 0 | 10011 | 1011101 | 10110 | 110000 | 1010111 | 101010 |
Color Harmonies of #C8A20E
Complementary color
Monochromatic Colors of #C8A20E
Black with #C8A20E
Text Example
Text Example
White with #C8A20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A20E; }
p { color: rgb(200,162,14); }
H1.HeaderClassName
{
color: #C8A20E;
}
.AnyTagClassName
{
color: #C8A20E;
}
</style>
background-color css
<style>
a { background-color: #C8A20E; }
a { background-color: rgb(200,162,14); }
div.DivClassName
{
background-color: #C8A20E;
}
.BgClassName
{
background-color: #C8A20E;
}
</style>
border-color css
<style>
span { border-color: #C8A20E; }
span { border-color: rgb(200,162,14); }
td.TdClassName
{
border-color: #C8A20E;
}
.TagClassName
{
border-color: #C8A20E;
}
</style>