Shades of Buddha Gold #CBA30B
Tints of Buddha Gold #CBA30B
RGB
CMYK
RGB Variations
Color information
#CBA30B (or 0xCBA30B) is known color: Buddha Gold. HEX triplet: CB, A3 and 0B. RGB value is (203,163,11). Sum of RGB (Red+Green+Blue) = 203+163+11=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA30B is #345CF4. Grayscale: #9E9E9E. Windows color (decimal): -3431669 or 762827. OLE color: 762827.
HSL color Cylindrical-coordinate representation of color #CBA30B: hue angle of 47.5º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBA30B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 11 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.20 |
| HSL | 47.5º | 0.9% | 0.42% | - |
| HSV(B) | 47.5º | 0.95% | 0.8% | - |
| XYZ | 37.79 | 38.92 | 5.84 | - |
| YUV | 157.63 | 45.25 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 11 | 0 | 0.20 | 0.95 | 0.20 | 47.5 | 0.9 | 0.42 |
| Hex | CB | A3 | B | 0 | 14 | 5F | 14 | 30 | 5A | 2A |
| Octal | 313 | 243 | 13 | 0 | 24 | 137 | 24 | 60 | 132 | 52 |
| Binary | 11001011 | 10100011 | 1011 | 0 | 10100 | 1011111 | 10100 | 110000 | 1011010 | 101010 |
Color Harmonies of #CBA30B
Complementary color
Monochromatic Colors of #CBA30B
Black with #CBA30B
Text Example
Text Example
White with #CBA30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA30B; }
p { color: rgb(203,163,11); }
H1.HeaderClassName
{
color: #CBA30B;
}
.AnyTagClassName
{
color: #CBA30B;
}
</style>
background-color css
<style>
a { background-color: #CBA30B; }
a { background-color: rgb(203,163,11); }
div.DivClassName
{
background-color: #CBA30B;
}
.BgClassName
{
background-color: #CBA30B;
}
</style>
border-color css
<style>
span { border-color: #CBA30B; }
span { border-color: rgb(203,163,11); }
td.TdClassName
{
border-color: #CBA30B;
}
.TagClassName
{
border-color: #CBA30B;
}
</style>