Shades of Buddha Gold #C8A41B
Tints of Buddha Gold #C8A41B
RGB
CMYK
RGB Variations
Color information
#C8A41B (or 0xC8A41B) is known color: Buddha Gold. HEX triplet: C8, A4 and 1B. RGB value is (200,164,27). Sum of RGB (Red+Green+Blue) = 200+164+27=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A41B is #375BE4. Grayscale: #9F9F9F. Windows color (decimal): -3628005 or 1811656. OLE color: 1811656.
HSL color Cylindrical-coordinate representation of color #C8A41B: hue angle of 47.51º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8A41B is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 27 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.22 |
| HSL | 47.51º | 0.76% | 0.45% | - |
| HSV(B) | 47.51º | 0.87% | 0.78% | - |
| XYZ | 37.29 | 38.91 | 6.58 | - |
| YUV | 159.15 | 53.43 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 27 | 0 | 0.18 | 0.86 | 0.22 | 47.51 | 0.76 | 0.45 |
| Hex | C8 | A4 | 1B | 0 | 12 | 56 | 16 | 30 | 4C | 2D |
| Octal | 310 | 244 | 33 | 0 | 22 | 126 | 26 | 60 | 114 | 55 |
| Binary | 11001000 | 10100100 | 11011 | 0 | 10010 | 1010110 | 10110 | 110000 | 1001100 | 101101 |
Color Harmonies of #C8A41B
Complementary color
Monochromatic Colors of #C8A41B
Black with #C8A41B
Text Example
Text Example
White with #C8A41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A41B; }
p { color: rgb(200,164,27); }
H1.HeaderClassName
{
color: #C8A41B;
}
.AnyTagClassName
{
color: #C8A41B;
}
</style>
background-color css
<style>
a { background-color: #C8A41B; }
a { background-color: rgb(200,164,27); }
div.DivClassName
{
background-color: #C8A41B;
}
.BgClassName
{
background-color: #C8A41B;
}
</style>
border-color css
<style>
span { border-color: #C8A41B; }
span { border-color: rgb(200,164,27); }
td.TdClassName
{
border-color: #C8A41B;
}
.TagClassName
{
border-color: #C8A41B;
}
</style>