Shades of Buddha Gold #CBA500
Tints of Buddha Gold #CBA500
RGB
CMYK
RGB Variations
Color information
#CBA500 (or 0xCBA500) is known color: Buddha Gold. HEX triplet: CB, A5 and 00. RGB value is (203,165,0). Sum of RGB (Red+Green+Blue) = 203+165+0=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA500 is #345AFF. Grayscale: #9E9E9E. Windows color (decimal): -3431168 or 42443. OLE color: 42443.
HSL color Cylindrical-coordinate representation of color #CBA500: hue angle of 48.77º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBA500 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.20 |
| HSL | 48.77º | 1% | 0.4% | - |
| HSV(B) | 48.77º | 1% | 0.8% | - |
| XYZ | 38.08 | 39.61 | 5.64 | - |
| YUV | 157.55 | 39.09 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 0 | 0 | 0.19 | 1 | 0.20 | 48.77 | 1 | 0.4 |
| Hex | CB | A5 | 0 | 0 | 13 | 64 | 14 | 31 | 64 | 28 |
| Octal | 313 | 245 | 0 | 0 | 23 | 144 | 24 | 61 | 144 | 50 |
| Binary | 11001011 | 10100101 | 0 | 0 | 10011 | 1100100 | 10100 | 110001 | 1100100 | 101000 |
Color Harmonies of #CBA500
Complementary color
Monochromatic Colors of #CBA500
Black with #CBA500
Text Example
Text Example
White with #CBA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA500; }
p { color: rgb(203,165,0); }
H1.HeaderClassName
{
color: #CBA500;
}
.AnyTagClassName
{
color: #CBA500;
}
</style>
background-color css
<style>
a { background-color: #CBA500; }
a { background-color: rgb(203,165,0); }
div.DivClassName
{
background-color: #CBA500;
}
.BgClassName
{
background-color: #CBA500;
}
</style>
border-color css
<style>
span { border-color: #CBA500; }
span { border-color: rgb(203,165,0); }
td.TdClassName
{
border-color: #CBA500;
}
.TagClassName
{
border-color: #CBA500;
}
</style>