Shades of Buddha Gold #CBA404
Tints of Buddha Gold #CBA404
RGB
CMYK
RGB Variations
Color information
#CBA404 (or 0xCBA404) is known color: Buddha Gold. HEX triplet: CB, A4 and 04. RGB value is (203,164,4). Sum of RGB (Red+Green+Blue) = 203+164+4=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA404 is #345BFB. Grayscale: #9E9E9E. Windows color (decimal): -3431420 or 304331. OLE color: 304331.
HSL color Cylindrical-coordinate representation of color #CBA404: hue angle of 48.24º 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 #CBA404 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.20 |
| HSL | 48.24º | 0.96% | 0.41% | - |
| HSV(B) | 48.24º | 0.98% | 0.8% | - |
| XYZ | 37.93 | 39.26 | 5.69 | - |
| YUV | 157.42 | 41.42 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 4 | 0 | 0.19 | 0.98 | 0.20 | 48.24 | 0.96 | 0.41 |
| Hex | CB | A4 | 4 | 0 | 13 | 62 | 14 | 30 | 60 | 29 |
| Octal | 313 | 244 | 4 | 0 | 23 | 142 | 24 | 60 | 140 | 51 |
| Binary | 11001011 | 10100100 | 100 | 0 | 10011 | 1100010 | 10100 | 110000 | 1100000 | 101001 |
Color Harmonies of #CBA404
Complementary color
Monochromatic Colors of #CBA404
Black with #CBA404
Text Example
Text Example
White with #CBA404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA404; }
p { color: rgb(203,164,4); }
H1.HeaderClassName
{
color: #CBA404;
}
.AnyTagClassName
{
color: #CBA404;
}
</style>
background-color css
<style>
a { background-color: #CBA404; }
a { background-color: rgb(203,164,4); }
div.DivClassName
{
background-color: #CBA404;
}
.BgClassName
{
background-color: #CBA404;
}
</style>
border-color css
<style>
span { border-color: #CBA404; }
span { border-color: rgb(203,164,4); }
td.TdClassName
{
border-color: #CBA404;
}
.TagClassName
{
border-color: #CBA404;
}
</style>