Shades of Buddha Gold #CBA306
Tints of Buddha Gold #CBA306
RGB
CMYK
RGB Variations
Color information
#CBA306 (or 0xCBA306) is known color: Buddha Gold. HEX triplet: CB, A3 and 06. RGB value is (203,163,6). Sum of RGB (Red+Green+Blue) = 203+163+6=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA306 is #345CF9. Grayscale: #9D9D9D. Windows color (decimal): -3431674 or 435147. OLE color: 435147.
HSL color Cylindrical-coordinate representation of color #CBA306: hue angle of 47.82º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBA306 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 6 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.20 |
| HSL | 47.82º | 0.94% | 0.41% | - |
| HSV(B) | 47.82º | 0.97% | 0.8% | - |
| XYZ | 37.76 | 38.9 | 5.69 | - |
| YUV | 157.06 | 42.75 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 6 | 0 | 0.20 | 0.97 | 0.20 | 47.82 | 0.94 | 0.41 |
| Hex | CB | A3 | 6 | 0 | 14 | 61 | 14 | 30 | 5E | 29 |
| Octal | 313 | 243 | 6 | 0 | 24 | 141 | 24 | 60 | 136 | 51 |
| Binary | 11001011 | 10100011 | 110 | 0 | 10100 | 1100001 | 10100 | 110000 | 1011110 | 101001 |
Color Harmonies of #CBA306
Complementary color
Monochromatic Colors of #CBA306
Black with #CBA306
Text Example
Text Example
White with #CBA306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA306; }
p { color: rgb(203,163,6); }
H1.HeaderClassName
{
color: #CBA306;
}
.AnyTagClassName
{
color: #CBA306;
}
</style>
background-color css
<style>
a { background-color: #CBA306; }
a { background-color: rgb(203,163,6); }
div.DivClassName
{
background-color: #CBA306;
}
.BgClassName
{
background-color: #CBA306;
}
</style>
border-color css
<style>
span { border-color: #CBA306; }
span { border-color: rgb(203,163,6); }
td.TdClassName
{
border-color: #CBA306;
}
.TagClassName
{
border-color: #CBA306;
}
</style>