Shades of Buddha Gold #CBA316
Tints of Buddha Gold #CBA316
RGB
CMYK
RGB Variations
Color information
#CBA316 (or 0xCBA316) is known color: Buddha Gold. HEX triplet: CB, A3 and 16. RGB value is (203,163,22). Sum of RGB (Red+Green+Blue) = 203+163+22=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA316 is #345CE9. Grayscale: #9F9F9F. Windows color (decimal): -3431658 or 1483723. OLE color: 1483723.
HSL color Cylindrical-coordinate representation of color #CBA316: hue angle of 46.74º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBA316 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 22 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.20 |
| HSL | 46.74º | 0.8% | 0.44% | - |
| HSV(B) | 46.74º | 0.89% | 0.8% | - |
| XYZ | 37.87 | 38.95 | 6.28 | - |
| YUV | 158.89 | 50.75 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 22 | 0 | 0.20 | 0.89 | 0.20 | 46.74 | 0.8 | 0.44 |
| Hex | CB | A3 | 16 | 0 | 14 | 59 | 14 | 2F | 50 | 2C |
| Octal | 313 | 243 | 26 | 0 | 24 | 131 | 24 | 57 | 120 | 54 |
| Binary | 11001011 | 10100011 | 10110 | 0 | 10100 | 1011001 | 10100 | 101111 | 1010000 | 101100 |
Color Harmonies of #CBA316
Complementary color
Monochromatic Colors of #CBA316
Black with #CBA316
Text Example
Text Example
White with #CBA316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA316; }
p { color: rgb(203,163,22); }
H1.HeaderClassName
{
color: #CBA316;
}
.AnyTagClassName
{
color: #CBA316;
}
</style>
background-color css
<style>
a { background-color: #CBA316; }
a { background-color: rgb(203,163,22); }
div.DivClassName
{
background-color: #CBA316;
}
.BgClassName
{
background-color: #CBA316;
}
</style>
border-color css
<style>
span { border-color: #CBA316; }
span { border-color: rgb(203,163,22); }
td.TdClassName
{
border-color: #CBA316;
}
.TagClassName
{
border-color: #CBA316;
}
</style>