Shades of Buddha Gold #CBA903
Tints of Buddha Gold #CBA903
RGB
CMYK
RGB Variations
Color information
#CBA903 (or 0xCBA903) is known color: Buddha Gold. HEX triplet: CB, A9 and 03. RGB value is (203,169,3). Sum of RGB (Red+Green+Blue) = 203+169+3=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA903 is #3456FC. Grayscale: #A0A0A0. Windows color (decimal): -3430141 or 240075. OLE color: 240075.
HSL color Cylindrical-coordinate representation of color #CBA903: hue angle of 49.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBA903 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 3 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.20 |
| HSL | 49.8º | 0.97% | 0.4% | - |
| HSV(B) | 49.8º | 0.99% | 0.8% | - |
| XYZ | 38.83 | 41.08 | 5.97 | - |
| YUV | 160.24 | 39.26 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 3 | 0 | 0.17 | 0.99 | 0.20 | 49.8 | 0.97 | 0.4 |
| Hex | CB | A9 | 3 | 0 | 11 | 63 | 14 | 32 | 61 | 28 |
| Octal | 313 | 251 | 3 | 0 | 21 | 143 | 24 | 62 | 141 | 50 |
| Binary | 11001011 | 10101001 | 11 | 0 | 10001 | 1100011 | 10100 | 110010 | 1100001 | 101000 |
Color Harmonies of #CBA903
Complementary color
Monochromatic Colors of #CBA903
Black with #CBA903
Text Example
Text Example
White with #CBA903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA903; }
p { color: rgb(203,169,3); }
H1.HeaderClassName
{
color: #CBA903;
}
.AnyTagClassName
{
color: #CBA903;
}
</style>
background-color css
<style>
a { background-color: #CBA903; }
a { background-color: rgb(203,169,3); }
div.DivClassName
{
background-color: #CBA903;
}
.BgClassName
{
background-color: #CBA903;
}
</style>
border-color css
<style>
span { border-color: #CBA903; }
span { border-color: rgb(203,169,3); }
td.TdClassName
{
border-color: #CBA903;
}
.TagClassName
{
border-color: #CBA903;
}
</style>