Shades of Buddha Gold #CBA905
Tints of Buddha Gold #CBA905
RGB
CMYK
RGB Variations
Color information
#CBA905 (or 0xCBA905) is known color: Buddha Gold. HEX triplet: CB, A9 and 05. RGB value is (203,169,5). Sum of RGB (Red+Green+Blue) = 203+169+5=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA905 is #3456FA. Grayscale: #A1A1A1. Windows color (decimal): -3430139 or 371147. OLE color: 371147.
HSL color Cylindrical-coordinate representation of color #CBA905: hue angle of 49.7º 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 #CBA905 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.20 |
| HSL | 49.7º | 0.95% | 0.41% | - |
| HSV(B) | 49.7º | 0.98% | 0.8% | - |
| XYZ | 38.84 | 41.08 | 6.03 | - |
| YUV | 160.47 | 40.26 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 5 | 0 | 0.17 | 0.98 | 0.20 | 49.7 | 0.95 | 0.41 |
| Hex | CB | A9 | 5 | 0 | 11 | 62 | 14 | 32 | 5F | 29 |
| Octal | 313 | 251 | 5 | 0 | 21 | 142 | 24 | 62 | 137 | 51 |
| Binary | 11001011 | 10101001 | 101 | 0 | 10001 | 1100010 | 10100 | 110010 | 1011111 | 101001 |
Color Harmonies of #CBA905
Complementary color
Monochromatic Colors of #CBA905
Black with #CBA905
Text Example
Text Example
White with #CBA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA905; }
p { color: rgb(203,169,5); }
H1.HeaderClassName
{
color: #CBA905;
}
.AnyTagClassName
{
color: #CBA905;
}
</style>
background-color css
<style>
a { background-color: #CBA905; }
a { background-color: rgb(203,169,5); }
div.DivClassName
{
background-color: #CBA905;
}
.BgClassName
{
background-color: #CBA905;
}
</style>
border-color css
<style>
span { border-color: #CBA905; }
span { border-color: rgb(203,169,5); }
td.TdClassName
{
border-color: #CBA905;
}
.TagClassName
{
border-color: #CBA905;
}
</style>