Shades of Buddha Gold #C8A50D
Tints of Buddha Gold #C8A50D
RGB
CMYK
RGB Variations
Color information
#C8A50D (or 0xC8A50D) is known color: Buddha Gold. HEX triplet: C8, A5 and 0D. RGB value is (200,165,13). Sum of RGB (Red+Green+Blue) = 200+165+13=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A50D is #375AF2. Grayscale: #9E9E9E. Windows color (decimal): -3627763 or 894408. OLE color: 894408.
HSL color Cylindrical-coordinate representation of color #C8A50D: hue angle of 48.77º 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 #C8A50D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 13 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.22 |
| HSL | 48.77º | 0.88% | 0.42% | - |
| HSV(B) | 48.77º | 0.94% | 0.78% | - |
| XYZ | 37.35 | 39.22 | 5.98 | - |
| YUV | 158.14 | 46.1 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 13 | 0 | 0.18 | 0.94 | 0.22 | 48.77 | 0.88 | 0.42 |
| Hex | C8 | A5 | D | 0 | 12 | 5E | 16 | 31 | 58 | 2A |
| Octal | 310 | 245 | 15 | 0 | 22 | 136 | 26 | 61 | 130 | 52 |
| Binary | 11001000 | 10100101 | 1101 | 0 | 10010 | 1011110 | 10110 | 110001 | 1011000 | 101010 |
Color Harmonies of #C8A50D
Complementary color
Monochromatic Colors of #C8A50D
Black with #C8A50D
Text Example
Text Example
White with #C8A50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A50D; }
p { color: rgb(200,165,13); }
H1.HeaderClassName
{
color: #C8A50D;
}
.AnyTagClassName
{
color: #C8A50D;
}
</style>
background-color css
<style>
a { background-color: #C8A50D; }
a { background-color: rgb(200,165,13); }
div.DivClassName
{
background-color: #C8A50D;
}
.BgClassName
{
background-color: #C8A50D;
}
</style>
border-color css
<style>
span { border-color: #C8A50D; }
span { border-color: rgb(200,165,13); }
td.TdClassName
{
border-color: #C8A50D;
}
.TagClassName
{
border-color: #C8A50D;
}
</style>