Shades of Buddha Gold #CBA904
Tints of Buddha Gold #CBA904
RGB
CMYK
RGB Variations
Color information
#CBA904 (or 0xCBA904) is known color: Buddha Gold. HEX triplet: CB, A9 and 04. RGB value is (203,169,4). Sum of RGB (Red+Green+Blue) = 203+169+4=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA904 is #3456FB. Grayscale: #A1A1A1. Windows color (decimal): -3430140 or 305611. OLE color: 305611.
HSL color Cylindrical-coordinate representation of color #CBA904: hue angle of 49.75º 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 #CBA904 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.20 |
| HSL | 49.75º | 0.96% | 0.41% | - |
| HSV(B) | 49.75º | 0.98% | 0.8% | - |
| XYZ | 38.84 | 41.08 | 6 | - |
| YUV | 160.36 | 39.76 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 4 | 0 | 0.17 | 0.98 | 0.20 | 49.75 | 0.96 | 0.41 |
| Hex | CB | A9 | 4 | 0 | 11 | 62 | 14 | 32 | 60 | 29 |
| Octal | 313 | 251 | 4 | 0 | 21 | 142 | 24 | 62 | 140 | 51 |
| Binary | 11001011 | 10101001 | 100 | 0 | 10001 | 1100010 | 10100 | 110010 | 1100000 | 101001 |
Color Harmonies of #CBA904
Complementary color
Monochromatic Colors of #CBA904
Black with #CBA904
Text Example
Text Example
White with #CBA904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA904; }
p { color: rgb(203,169,4); }
H1.HeaderClassName
{
color: #CBA904;
}
.AnyTagClassName
{
color: #CBA904;
}
</style>
background-color css
<style>
a { background-color: #CBA904; }
a { background-color: rgb(203,169,4); }
div.DivClassName
{
background-color: #CBA904;
}
.BgClassName
{
background-color: #CBA904;
}
</style>
border-color css
<style>
span { border-color: #CBA904; }
span { border-color: rgb(203,169,4); }
td.TdClassName
{
border-color: #CBA904;
}
.TagClassName
{
border-color: #CBA904;
}
</style>