Shades of Buddha Gold #C8A41E
Tints of Buddha Gold #C8A41E
RGB
CMYK
RGB Variations
Color information
#C8A41E (or 0xC8A41E) is known color: Buddha Gold. HEX triplet: C8, A4 and 1E. RGB value is (200,164,30). Sum of RGB (Red+Green+Blue) = 200+164+30=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A41E is #375BE1. Grayscale: #A0A0A0. Windows color (decimal): -3628002 or 2008264. OLE color: 2008264.
HSL color Cylindrical-coordinate representation of color #C8A41E: hue angle of 47.29º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8A41E is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 30 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.22 |
| HSL | 47.29º | 0.74% | 0.45% | - |
| HSV(B) | 47.29º | 0.85% | 0.78% | - |
| XYZ | 37.33 | 38.92 | 6.77 | - |
| YUV | 159.49 | 54.93 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 30 | 0 | 0.18 | 0.85 | 0.22 | 47.29 | 0.74 | 0.45 |
| Hex | C8 | A4 | 1E | 0 | 12 | 55 | 16 | 2F | 4A | 2D |
| Octal | 310 | 244 | 36 | 0 | 22 | 125 | 26 | 57 | 112 | 55 |
| Binary | 11001000 | 10100100 | 11110 | 0 | 10010 | 1010101 | 10110 | 101111 | 1001010 | 101101 |
Color Harmonies of #C8A41E
Complementary color
Monochromatic Colors of #C8A41E
Black with #C8A41E
Text Example
Text Example
White with #C8A41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A41E; }
p { color: rgb(200,164,30); }
H1.HeaderClassName
{
color: #C8A41E;
}
.AnyTagClassName
{
color: #C8A41E;
}
</style>
background-color css
<style>
a { background-color: #C8A41E; }
a { background-color: rgb(200,164,30); }
div.DivClassName
{
background-color: #C8A41E;
}
.BgClassName
{
background-color: #C8A41E;
}
</style>
border-color css
<style>
span { border-color: #C8A41E; }
span { border-color: rgb(200,164,30); }
td.TdClassName
{
border-color: #C8A41E;
}
.TagClassName
{
border-color: #C8A41E;
}
</style>