Shades of Buddha Gold #CBA20B
Tints of Buddha Gold #CBA20B
RGB
CMYK
RGB Variations
Color information
#CBA20B (or 0xCBA20B) is known color: Buddha Gold. HEX triplet: CB, A2 and 0B. RGB value is (203,162,11). Sum of RGB (Red+Green+Blue) = 203+162+11=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA20B is #345DF4. Grayscale: #9D9D9D. Windows color (decimal): -3431925 or 762571. OLE color: 762571.
HSL color Cylindrical-coordinate representation of color #CBA20B: hue angle of 47.19º 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 #CBA20B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 11 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.20 |
| HSL | 47.19º | 0.9% | 0.42% | - |
| HSV(B) | 47.19º | 0.95% | 0.8% | - |
| XYZ | 37.61 | 38.56 | 5.78 | - |
| YUV | 157.05 | 45.58 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 11 | 0 | 0.20 | 0.95 | 0.20 | 47.19 | 0.9 | 0.42 |
| Hex | CB | A2 | B | 0 | 14 | 5F | 14 | 2F | 5A | 2A |
| Octal | 313 | 242 | 13 | 0 | 24 | 137 | 24 | 57 | 132 | 52 |
| Binary | 11001011 | 10100010 | 1011 | 0 | 10100 | 1011111 | 10100 | 101111 | 1011010 | 101010 |
Color Harmonies of #CBA20B
Complementary color
Monochromatic Colors of #CBA20B
Black with #CBA20B
Text Example
Text Example
White with #CBA20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA20B; }
p { color: rgb(203,162,11); }
H1.HeaderClassName
{
color: #CBA20B;
}
.AnyTagClassName
{
color: #CBA20B;
}
</style>
background-color css
<style>
a { background-color: #CBA20B; }
a { background-color: rgb(203,162,11); }
div.DivClassName
{
background-color: #CBA20B;
}
.BgClassName
{
background-color: #CBA20B;
}
</style>
border-color css
<style>
span { border-color: #CBA20B; }
span { border-color: rgb(203,162,11); }
td.TdClassName
{
border-color: #CBA20B;
}
.TagClassName
{
border-color: #CBA20B;
}
</style>