Shades of Buddha Gold #CBA502
Tints of Buddha Gold #CBA502
RGB
CMYK
RGB Variations
Color information
#CBA502 (or 0xCBA502) is known color: Buddha Gold. HEX triplet: CB, A5 and 02. RGB value is (203,165,2). Sum of RGB (Red+Green+Blue) = 203+165+2=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA502 is #345AFD. Grayscale: #9E9E9E. Windows color (decimal): -3431166 or 173515. OLE color: 173515.
HSL color Cylindrical-coordinate representation of color #CBA502: hue angle of 48.66º 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 #CBA502 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.20 |
| HSL | 48.66º | 0.98% | 0.4% | - |
| HSV(B) | 48.66º | 0.99% | 0.8% | - |
| XYZ | 38.09 | 39.61 | 5.7 | - |
| YUV | 157.78 | 40.09 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 2 | 0 | 0.19 | 0.99 | 0.20 | 48.66 | 0.98 | 0.4 |
| Hex | CB | A5 | 2 | 0 | 13 | 63 | 14 | 31 | 62 | 28 |
| Octal | 313 | 245 | 2 | 0 | 23 | 143 | 24 | 61 | 142 | 50 |
| Binary | 11001011 | 10100101 | 10 | 0 | 10011 | 1100011 | 10100 | 110001 | 1100010 | 101000 |
Color Harmonies of #CBA502
Complementary color
Monochromatic Colors of #CBA502
Black with #CBA502
Text Example
Text Example
White with #CBA502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA502; }
p { color: rgb(203,165,2); }
H1.HeaderClassName
{
color: #CBA502;
}
.AnyTagClassName
{
color: #CBA502;
}
</style>
background-color css
<style>
a { background-color: #CBA502; }
a { background-color: rgb(203,165,2); }
div.DivClassName
{
background-color: #CBA502;
}
.BgClassName
{
background-color: #CBA502;
}
</style>
border-color css
<style>
span { border-color: #CBA502; }
span { border-color: rgb(203,165,2); }
td.TdClassName
{
border-color: #CBA502;
}
.TagClassName
{
border-color: #CBA502;
}
</style>