Shades of Buddha Gold #CBA410
Tints of Buddha Gold #CBA410
RGB
CMYK
RGB Variations
Color information
#CBA410 (or 0xCBA410) is known color: Buddha Gold. HEX triplet: CB, A4 and 10. RGB value is (203,164,16). Sum of RGB (Red+Green+Blue) = 203+164+16=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA410 is #345BEF. Grayscale: #9F9F9F. Windows color (decimal): -3431408 or 1090763. OLE color: 1090763.
HSL color Cylindrical-coordinate representation of color #CBA410: hue angle of 47.49º 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 #CBA410 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.20 |
| HSL | 47.49º | 0.85% | 0.43% | - |
| HSV(B) | 47.49º | 0.92% | 0.8% | - |
| XYZ | 38 | 39.28 | 6.07 | - |
| YUV | 158.79 | 47.42 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 16 | 0 | 0.19 | 0.92 | 0.20 | 47.49 | 0.85 | 0.43 |
| Hex | CB | A4 | 10 | 0 | 13 | 5C | 14 | 2F | 55 | 2B |
| Octal | 313 | 244 | 20 | 0 | 23 | 134 | 24 | 57 | 125 | 53 |
| Binary | 11001011 | 10100100 | 10000 | 0 | 10011 | 1011100 | 10100 | 101111 | 1010101 | 101011 |
Color Harmonies of #CBA410
Complementary color
Monochromatic Colors of #CBA410
Black with #CBA410
Text Example
Text Example
White with #CBA410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA410; }
p { color: rgb(203,164,16); }
H1.HeaderClassName
{
color: #CBA410;
}
.AnyTagClassName
{
color: #CBA410;
}
</style>
background-color css
<style>
a { background-color: #CBA410; }
a { background-color: rgb(203,164,16); }
div.DivClassName
{
background-color: #CBA410;
}
.BgClassName
{
background-color: #CBA410;
}
</style>
border-color css
<style>
span { border-color: #CBA410; }
span { border-color: rgb(203,164,16); }
td.TdClassName
{
border-color: #CBA410;
}
.TagClassName
{
border-color: #CBA410;
}
</style>