Shades of Buddha Gold #C8A30D
Tints of Buddha Gold #C8A30D
RGB
CMYK
RGB Variations
Color information
#C8A30D (or 0xC8A30D) is known color: Buddha Gold. HEX triplet: C8, A3 and 0D. RGB value is (200,163,13). Sum of RGB (Red+Green+Blue) = 200+163+13=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A30D is #375CF2. Grayscale: #9D9D9D. Windows color (decimal): -3628275 or 893896. OLE color: 893896.
HSL color Cylindrical-coordinate representation of color #C8A30D: hue angle of 48.13º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8A30D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 13 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.22 |
| HSL | 48.13º | 0.88% | 0.42% | - |
| HSV(B) | 48.13º | 0.94% | 0.78% | - |
| XYZ | 36.99 | 38.5 | 5.86 | - |
| YUV | 156.96 | 46.76 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 13 | 0 | 0.18 | 0.94 | 0.22 | 48.13 | 0.88 | 0.42 |
| Hex | C8 | A3 | D | 0 | 12 | 5E | 16 | 30 | 58 | 2A |
| Octal | 310 | 243 | 15 | 0 | 22 | 136 | 26 | 60 | 130 | 52 |
| Binary | 11001000 | 10100011 | 1101 | 0 | 10010 | 1011110 | 10110 | 110000 | 1011000 | 101010 |
Color Harmonies of #C8A30D
Complementary color
Monochromatic Colors of #C8A30D
Black with #C8A30D
Text Example
Text Example
White with #C8A30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A30D; }
p { color: rgb(200,163,13); }
H1.HeaderClassName
{
color: #C8A30D;
}
.AnyTagClassName
{
color: #C8A30D;
}
</style>
background-color css
<style>
a { background-color: #C8A30D; }
a { background-color: rgb(200,163,13); }
div.DivClassName
{
background-color: #C8A30D;
}
.BgClassName
{
background-color: #C8A30D;
}
</style>
border-color css
<style>
span { border-color: #C8A30D; }
span { border-color: rgb(200,163,13); }
td.TdClassName
{
border-color: #C8A30D;
}
.TagClassName
{
border-color: #C8A30D;
}
</style>