Shades of Buddha Gold #CBA011
Tints of Buddha Gold #CBA011
RGB
CMYK
RGB Variations
Color information
#CBA011 (or 0xCBA011) is known color: Buddha Gold. HEX triplet: CB, A0 and 11. RGB value is (203,160,17). Sum of RGB (Red+Green+Blue) = 203+160+17=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA011 is #345FEE. Grayscale: #9D9D9D. Windows color (decimal): -3432431 or 1155275. OLE color: 1155275.
HSL color Cylindrical-coordinate representation of color #CBA011: hue angle of 46.13º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBA011 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 17 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.20 |
| HSL | 46.13º | 0.85% | 0.43% | - |
| HSV(B) | 46.13º | 0.92% | 0.8% | - |
| XYZ | 37.3 | 37.88 | 5.88 | - |
| YUV | 156.56 | 49.25 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 17 | 0 | 0.21 | 0.92 | 0.20 | 46.13 | 0.85 | 0.43 |
| Hex | CB | A0 | 11 | 0 | 15 | 5C | 14 | 2E | 55 | 2B |
| Octal | 313 | 240 | 21 | 0 | 25 | 134 | 24 | 56 | 125 | 53 |
| Binary | 11001011 | 10100000 | 10001 | 0 | 10101 | 1011100 | 10100 | 101110 | 1010101 | 101011 |
Color Harmonies of #CBA011
Complementary color
Monochromatic Colors of #CBA011
Black with #CBA011
Text Example
Text Example
White with #CBA011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA011; }
p { color: rgb(203,160,17); }
H1.HeaderClassName
{
color: #CBA011;
}
.AnyTagClassName
{
color: #CBA011;
}
</style>
background-color css
<style>
a { background-color: #CBA011; }
a { background-color: rgb(203,160,17); }
div.DivClassName
{
background-color: #CBA011;
}
.BgClassName
{
background-color: #CBA011;
}
</style>
border-color css
<style>
span { border-color: #CBA011; }
span { border-color: rgb(203,160,17); }
td.TdClassName
{
border-color: #CBA011;
}
.TagClassName
{
border-color: #CBA011;
}
</style>