Shades of Buddha Gold #CBA402
Tints of Buddha Gold #CBA402
RGB
CMYK
RGB Variations
Color information
#CBA402 (or 0xCBA402) is known color: Buddha Gold. HEX triplet: CB, A4 and 02. RGB value is (203,164,2). Sum of RGB (Red+Green+Blue) = 203+164+2=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA402 is #345BFD. Grayscale: #9D9D9D. Windows color (decimal): -3431422 or 173259. OLE color: 173259.
HSL color Cylindrical-coordinate representation of color #CBA402: hue angle of 48.36º degrees, saturation: 0.98, 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 #CBA402 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.20 |
| HSL | 48.36º | 0.98% | 0.4% | - |
| HSV(B) | 48.36º | 0.99% | 0.8% | - |
| XYZ | 37.92 | 39.25 | 5.64 | - |
| YUV | 157.19 | 40.42 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 2 | 0 | 0.19 | 0.99 | 0.20 | 48.36 | 0.98 | 0.4 |
| Hex | CB | A4 | 2 | 0 | 13 | 63 | 14 | 30 | 62 | 28 |
| Octal | 313 | 244 | 2 | 0 | 23 | 143 | 24 | 60 | 142 | 50 |
| Binary | 11001011 | 10100100 | 10 | 0 | 10011 | 1100011 | 10100 | 110000 | 1100010 | 101000 |
Color Harmonies of #CBA402
Complementary color
Monochromatic Colors of #CBA402
Black with #CBA402
Text Example
Text Example
White with #CBA402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA402; }
p { color: rgb(203,164,2); }
H1.HeaderClassName
{
color: #CBA402;
}
.AnyTagClassName
{
color: #CBA402;
}
</style>
background-color css
<style>
a { background-color: #CBA402; }
a { background-color: rgb(203,164,2); }
div.DivClassName
{
background-color: #CBA402;
}
.BgClassName
{
background-color: #CBA402;
}
</style>
border-color css
<style>
span { border-color: #CBA402; }
span { border-color: rgb(203,164,2); }
td.TdClassName
{
border-color: #CBA402;
}
.TagClassName
{
border-color: #CBA402;
}
</style>