Shades of Buddha Gold #CBA017
Tints of Buddha Gold #CBA017
RGB
CMYK
RGB Variations
Color information
#CBA017 (or 0xCBA017) is known color: Buddha Gold. HEX triplet: CB, A0 and 17. RGB value is (203,160,23). Sum of RGB (Red+Green+Blue) = 203+160+23=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA017 is #345FE8. Grayscale: #9D9D9D. Windows color (decimal): -3432425 or 1548491. OLE color: 1548491.
HSL color Cylindrical-coordinate representation of color #CBA017: hue angle of 45.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBA017 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 23 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.20 |
| HSL | 45.67º | 0.8% | 0.44% | - |
| HSV(B) | 45.67º | 0.89% | 0.8% | - |
| XYZ | 37.35 | 37.9 | 6.16 | - |
| YUV | 157.24 | 52.25 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 23 | 0 | 0.21 | 0.89 | 0.20 | 45.67 | 0.8 | 0.44 |
| Hex | CB | A0 | 17 | 0 | 15 | 59 | 14 | 2E | 50 | 2C |
| Octal | 313 | 240 | 27 | 0 | 25 | 131 | 24 | 56 | 120 | 54 |
| Binary | 11001011 | 10100000 | 10111 | 0 | 10101 | 1011001 | 10100 | 101110 | 1010000 | 101100 |
Color Harmonies of #CBA017
Complementary color
Monochromatic Colors of #CBA017
Black with #CBA017
Text Example
Text Example
White with #CBA017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA017; }
p { color: rgb(203,160,23); }
H1.HeaderClassName
{
color: #CBA017;
}
.AnyTagClassName
{
color: #CBA017;
}
</style>
background-color css
<style>
a { background-color: #CBA017; }
a { background-color: rgb(203,160,23); }
div.DivClassName
{
background-color: #CBA017;
}
.BgClassName
{
background-color: #CBA017;
}
</style>
border-color css
<style>
span { border-color: #CBA017; }
span { border-color: rgb(203,160,23); }
td.TdClassName
{
border-color: #CBA017;
}
.TagClassName
{
border-color: #CBA017;
}
</style>