Shades of Buddha Gold #CBA515
Tints of Buddha Gold #CBA515
RGB
CMYK
RGB Variations
Color information
#CBA515 (or 0xCBA515) is known color: Buddha Gold. HEX triplet: CB, A5 and 15. RGB value is (203,165,21). Sum of RGB (Red+Green+Blue) = 203+165+21=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA515 is #345AEA. Grayscale: #A0A0A0. Windows color (decimal): -3431147 or 1418699. OLE color: 1418699.
HSL color Cylindrical-coordinate representation of color #CBA515: hue angle of 47.47º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBA515 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 21 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.20 |
| HSL | 47.47º | 0.81% | 0.44% | - |
| HSV(B) | 47.47º | 0.9% | 0.8% | - |
| XYZ | 38.22 | 39.66 | 6.35 | - |
| YUV | 159.95 | 49.59 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 21 | 0 | 0.19 | 0.90 | 0.20 | 47.47 | 0.81 | 0.44 |
| Hex | CB | A5 | 15 | 0 | 13 | 5A | 14 | 2F | 51 | 2C |
| Octal | 313 | 245 | 25 | 0 | 23 | 132 | 24 | 57 | 121 | 54 |
| Binary | 11001011 | 10100101 | 10101 | 0 | 10011 | 1011010 | 10100 | 101111 | 1010001 | 101100 |
Color Harmonies of #CBA515
Complementary color
Monochromatic Colors of #CBA515
Black with #CBA515
Text Example
Text Example
White with #CBA515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA515; }
p { color: rgb(203,165,21); }
H1.HeaderClassName
{
color: #CBA515;
}
.AnyTagClassName
{
color: #CBA515;
}
</style>
background-color css
<style>
a { background-color: #CBA515; }
a { background-color: rgb(203,165,21); }
div.DivClassName
{
background-color: #CBA515;
}
.BgClassName
{
background-color: #CBA515;
}
</style>
border-color css
<style>
span { border-color: #CBA515; }
span { border-color: rgb(203,165,21); }
td.TdClassName
{
border-color: #CBA515;
}
.TagClassName
{
border-color: #CBA515;
}
</style>