Shades of Buddha Gold #CBA911
Tints of Buddha Gold #CBA911
RGB
CMYK
RGB Variations
Color information
#CBA911 (or 0xCBA911) is known color: Buddha Gold. HEX triplet: CB, A9 and 11. RGB value is (203,169,17). Sum of RGB (Red+Green+Blue) = 203+169+17=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA911 is #3456EE. Grayscale: #A2A2A2. Windows color (decimal): -3430127 or 1157579. OLE color: 1157579.
HSL color Cylindrical-coordinate representation of color #CBA911: hue angle of 49.03º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBA911 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 17 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.20 |
| HSL | 49.03º | 0.85% | 0.43% | - |
| HSV(B) | 49.03º | 0.92% | 0.8% | - |
| XYZ | 38.92 | 41.11 | 6.41 | - |
| YUV | 161.84 | 46.26 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 17 | 0 | 0.17 | 0.92 | 0.20 | 49.03 | 0.85 | 0.43 |
| Hex | CB | A9 | 11 | 0 | 11 | 5C | 14 | 31 | 55 | 2B |
| Octal | 313 | 251 | 21 | 0 | 21 | 134 | 24 | 61 | 125 | 53 |
| Binary | 11001011 | 10101001 | 10001 | 0 | 10001 | 1011100 | 10100 | 110001 | 1010101 | 101011 |
Color Harmonies of #CBA911
Complementary color
Monochromatic Colors of #CBA911
Black with #CBA911
Text Example
Text Example
White with #CBA911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA911; }
p { color: rgb(203,169,17); }
H1.HeaderClassName
{
color: #CBA911;
}
.AnyTagClassName
{
color: #CBA911;
}
</style>
background-color css
<style>
a { background-color: #CBA911; }
a { background-color: rgb(203,169,17); }
div.DivClassName
{
background-color: #CBA911;
}
.BgClassName
{
background-color: #CBA911;
}
</style>
border-color css
<style>
span { border-color: #CBA911; }
span { border-color: rgb(203,169,17); }
td.TdClassName
{
border-color: #CBA911;
}
.TagClassName
{
border-color: #CBA911;
}
</style>