Shades of Buddha Gold #C8A321
Tints of Buddha Gold #C8A321
RGB
CMYK
RGB Variations
Color information
#C8A321 (or 0xC8A321) is known color: Buddha Gold. HEX triplet: C8, A3 and 21. RGB value is (200,163,33). Sum of RGB (Red+Green+Blue) = 200+163+33=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A321 is #375CDE. Grayscale: #9F9F9F. Windows color (decimal): -3628255 or 2204616. OLE color: 2204616.
HSL color Cylindrical-coordinate representation of color #C8A321: hue angle of 46.71º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8A321 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 33 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.22 |
| HSL | 46.71º | 0.72% | 0.46% | - |
| HSV(B) | 46.71º | 0.84% | 0.78% | - |
| XYZ | 37.19 | 38.58 | 6.93 | - |
| YUV | 159.24 | 56.76 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 33 | 0 | 0.18 | 0.84 | 0.22 | 46.71 | 0.72 | 0.46 |
| Hex | C8 | A3 | 21 | 0 | 12 | 54 | 16 | 2F | 48 | 2E |
| Octal | 310 | 243 | 41 | 0 | 22 | 124 | 26 | 57 | 110 | 56 |
| Binary | 11001000 | 10100011 | 100001 | 0 | 10010 | 1010100 | 10110 | 101111 | 1001000 | 101110 |
Color Harmonies of #C8A321
Complementary color
Monochromatic Colors of #C8A321
Black with #C8A321
Text Example
Text Example
White with #C8A321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A321; }
p { color: rgb(200,163,33); }
H1.HeaderClassName
{
color: #C8A321;
}
.AnyTagClassName
{
color: #C8A321;
}
</style>
background-color css
<style>
a { background-color: #C8A321; }
a { background-color: rgb(200,163,33); }
div.DivClassName
{
background-color: #C8A321;
}
.BgClassName
{
background-color: #C8A321;
}
</style>
border-color css
<style>
span { border-color: #C8A321; }
span { border-color: rgb(200,163,33); }
td.TdClassName
{
border-color: #C8A321;
}
.TagClassName
{
border-color: #C8A321;
}
</style>