Shades of Buddha Gold #C8A70D
Tints of Buddha Gold #C8A70D
RGB
CMYK
RGB Variations
Color information
#C8A70D (or 0xC8A70D) is known color: Buddha Gold. HEX triplet: C8, A7 and 0D. RGB value is (200,167,13). Sum of RGB (Red+Green+Blue) = 200+167+13=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A70D is #3758F2. Grayscale: #9F9F9F. Windows color (decimal): -3627251 or 894920. OLE color: 894920.
HSL color Cylindrical-coordinate representation of color #C8A70D: hue angle of 49.41º 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 #C8A70D is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 13 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.22 |
| HSL | 49.41º | 0.88% | 0.42% | - |
| HSV(B) | 49.41º | 0.94% | 0.78% | - |
| XYZ | 37.71 | 39.95 | 6.1 | - |
| YUV | 159.31 | 45.43 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 13 | 0 | 0.16 | 0.94 | 0.22 | 49.41 | 0.88 | 0.42 |
| Hex | C8 | A7 | D | 0 | 10 | 5E | 16 | 31 | 58 | 2A |
| Octal | 310 | 247 | 15 | 0 | 20 | 136 | 26 | 61 | 130 | 52 |
| Binary | 11001000 | 10100111 | 1101 | 0 | 10000 | 1011110 | 10110 | 110001 | 1011000 | 101010 |
Color Harmonies of #C8A70D
Complementary color
Monochromatic Colors of #C8A70D
Black with #C8A70D
Text Example
Text Example
White with #C8A70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A70D; }
p { color: rgb(200,167,13); }
H1.HeaderClassName
{
color: #C8A70D;
}
.AnyTagClassName
{
color: #C8A70D;
}
</style>
background-color css
<style>
a { background-color: #C8A70D; }
a { background-color: rgb(200,167,13); }
div.DivClassName
{
background-color: #C8A70D;
}
.BgClassName
{
background-color: #C8A70D;
}
</style>
border-color css
<style>
span { border-color: #C8A70D; }
span { border-color: rgb(200,167,13); }
td.TdClassName
{
border-color: #C8A70D;
}
.TagClassName
{
border-color: #C8A70D;
}
</style>