Shades of Buddha Gold #CBA214
Tints of Buddha Gold #CBA214
RGB
CMYK
RGB Variations
Color information
#CBA214 (or 0xCBA214) is known color: Buddha Gold. HEX triplet: CB, A2 and 14. RGB value is (203,162,20). Sum of RGB (Red+Green+Blue) = 203+162+20=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA214 is #345DEB. Grayscale: #9E9E9E. Windows color (decimal): -3431916 or 1352395. OLE color: 1352395.
HSL color Cylindrical-coordinate representation of color #CBA214: hue angle of 46.56º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBA214 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 20 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.20 |
| HSL | 46.56º | 0.82% | 0.44% | - |
| HSV(B) | 46.56º | 0.9% | 0.8% | - |
| XYZ | 37.68 | 38.59 | 6.12 | - |
| YUV | 158.07 | 50.08 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 20 | 0 | 0.20 | 0.90 | 0.20 | 46.56 | 0.82 | 0.44 |
| Hex | CB | A2 | 14 | 0 | 14 | 5A | 14 | 2F | 52 | 2C |
| Octal | 313 | 242 | 24 | 0 | 24 | 132 | 24 | 57 | 122 | 54 |
| Binary | 11001011 | 10100010 | 10100 | 0 | 10100 | 1011010 | 10100 | 101111 | 1010010 | 101100 |
Color Harmonies of #CBA214
Complementary color
Monochromatic Colors of #CBA214
Black with #CBA214
Text Example
Text Example
White with #CBA214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA214; }
p { color: rgb(203,162,20); }
H1.HeaderClassName
{
color: #CBA214;
}
.AnyTagClassName
{
color: #CBA214;
}
</style>
background-color css
<style>
a { background-color: #CBA214; }
a { background-color: rgb(203,162,20); }
div.DivClassName
{
background-color: #CBA214;
}
.BgClassName
{
background-color: #CBA214;
}
</style>
border-color css
<style>
span { border-color: #CBA214; }
span { border-color: rgb(203,162,20); }
td.TdClassName
{
border-color: #CBA214;
}
.TagClassName
{
border-color: #CBA214;
}
</style>