Shades of Buddha Gold #CBA304
Tints of Buddha Gold #CBA304
RGB
CMYK
RGB Variations
Color information
#CBA304 (or 0xCBA304) is known color: Buddha Gold. HEX triplet: CB, A3 and 04. RGB value is (203,163,4). Sum of RGB (Red+Green+Blue) = 203+163+4=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA304 is #345CFB. Grayscale: #9D9D9D. Windows color (decimal): -3431676 or 304075. OLE color: 304075.
HSL color Cylindrical-coordinate representation of color #CBA304: hue angle of 47.94º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBA304 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.20 |
| HSL | 47.94º | 0.96% | 0.41% | - |
| HSV(B) | 47.94º | 0.98% | 0.8% | - |
| XYZ | 37.75 | 38.9 | 5.63 | - |
| YUV | 156.83 | 41.75 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 4 | 0 | 0.20 | 0.98 | 0.20 | 47.94 | 0.96 | 0.41 |
| Hex | CB | A3 | 4 | 0 | 14 | 62 | 14 | 30 | 60 | 29 |
| Octal | 313 | 243 | 4 | 0 | 24 | 142 | 24 | 60 | 140 | 51 |
| Binary | 11001011 | 10100011 | 100 | 0 | 10100 | 1100010 | 10100 | 110000 | 1100000 | 101001 |
Color Harmonies of #CBA304
Complementary color
Monochromatic Colors of #CBA304
Black with #CBA304
Text Example
Text Example
White with #CBA304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA304; }
p { color: rgb(203,163,4); }
H1.HeaderClassName
{
color: #CBA304;
}
.AnyTagClassName
{
color: #CBA304;
}
</style>
background-color css
<style>
a { background-color: #CBA304; }
a { background-color: rgb(203,163,4); }
div.DivClassName
{
background-color: #CBA304;
}
.BgClassName
{
background-color: #CBA304;
}
</style>
border-color css
<style>
span { border-color: #CBA304; }
span { border-color: rgb(203,163,4); }
td.TdClassName
{
border-color: #CBA304;
}
.TagClassName
{
border-color: #CBA304;
}
</style>