Shades of Buddha Gold #C8A70F
Tints of Buddha Gold #C8A70F
RGB
CMYK
RGB Variations
Color information
#C8A70F (or 0xC8A70F) is known color: Buddha Gold. HEX triplet: C8, A7 and 0F. RGB value is (200,167,15). Sum of RGB (Red+Green+Blue) = 200+167+15=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A70F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A70F is #3758F0. Grayscale: #A0A0A0. Windows color (decimal): -3627249 or 1025992. OLE color: 1025992.
HSL color Cylindrical-coordinate representation of color #C8A70F: hue angle of 49.3º degrees, saturation: 0.86, 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 #C8A70F is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 15 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.22 |
| HSL | 49.3º | 0.86% | 0.42% | - |
| HSV(B) | 49.3º | 0.93% | 0.78% | - |
| XYZ | 37.72 | 39.95 | 6.18 | - |
| YUV | 159.54 | 46.43 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 15 | 0 | 0.16 | 0.92 | 0.22 | 49.3 | 0.86 | 0.42 |
| Hex | C8 | A7 | F | 0 | 10 | 5C | 16 | 31 | 56 | 2A |
| Octal | 310 | 247 | 17 | 0 | 20 | 134 | 26 | 61 | 126 | 52 |
| Binary | 11001000 | 10100111 | 1111 | 0 | 10000 | 1011100 | 10110 | 110001 | 1010110 | 101010 |
Color Harmonies of #C8A70F
Complementary color
Monochromatic Colors of #C8A70F
Black with #C8A70F
Text Example
Text Example
White with #C8A70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A70F; }
p { color: rgb(200,167,15); }
H1.HeaderClassName
{
color: #C8A70F;
}
.AnyTagClassName
{
color: #C8A70F;
}
</style>
background-color css
<style>
a { background-color: #C8A70F; }
a { background-color: rgb(200,167,15); }
div.DivClassName
{
background-color: #C8A70F;
}
.BgClassName
{
background-color: #C8A70F;
}
</style>
border-color css
<style>
span { border-color: #C8A70F; }
span { border-color: rgb(200,167,15); }
td.TdClassName
{
border-color: #C8A70F;
}
.TagClassName
{
border-color: #C8A70F;
}
</style>