Shades of Buddha Gold #CBA305
Tints of Buddha Gold #CBA305
RGB
CMYK
RGB Variations
Color information
#CBA305 (or 0xCBA305) is known color: Buddha Gold. HEX triplet: CB, A3 and 05. RGB value is (203,163,5). Sum of RGB (Red+Green+Blue) = 203+163+5=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA305 is #345CFA. Grayscale: #9D9D9D. Windows color (decimal): -3431675 or 369611. OLE color: 369611.
HSL color Cylindrical-coordinate representation of color #CBA305: hue angle of 47.88º degrees, saturation: 0.95, 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 #CBA305 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.20 |
| HSL | 47.88º | 0.95% | 0.41% | - |
| HSV(B) | 47.88º | 0.98% | 0.8% | - |
| XYZ | 37.75 | 38.9 | 5.66 | - |
| YUV | 156.95 | 42.25 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 5 | 0 | 0.20 | 0.98 | 0.20 | 47.88 | 0.95 | 0.41 |
| Hex | CB | A3 | 5 | 0 | 14 | 62 | 14 | 30 | 5F | 29 |
| Octal | 313 | 243 | 5 | 0 | 24 | 142 | 24 | 60 | 137 | 51 |
| Binary | 11001011 | 10100011 | 101 | 0 | 10100 | 1100010 | 10100 | 110000 | 1011111 | 101001 |
Color Harmonies of #CBA305
Complementary color
Monochromatic Colors of #CBA305
Black with #CBA305
Text Example
Text Example
White with #CBA305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA305; }
p { color: rgb(203,163,5); }
H1.HeaderClassName
{
color: #CBA305;
}
.AnyTagClassName
{
color: #CBA305;
}
</style>
background-color css
<style>
a { background-color: #CBA305; }
a { background-color: rgb(203,163,5); }
div.DivClassName
{
background-color: #CBA305;
}
.BgClassName
{
background-color: #CBA305;
}
</style>
border-color css
<style>
span { border-color: #CBA305; }
span { border-color: rgb(203,163,5); }
td.TdClassName
{
border-color: #CBA305;
}
.TagClassName
{
border-color: #CBA305;
}
</style>