Shades of Buddha Gold #CBA30F
Tints of Buddha Gold #CBA30F
RGB
CMYK
RGB Variations
Color information
#CBA30F (or 0xCBA30F) is known color: Buddha Gold. HEX triplet: CB, A3 and 0F. RGB value is (203,163,15). Sum of RGB (Red+Green+Blue) = 203+163+15=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA30F is #345CF0. Grayscale: #9E9E9E. Windows color (decimal): -3431665 or 1024971. OLE color: 1024971.
HSL color Cylindrical-coordinate representation of color #CBA30F: hue angle of 47.23º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBA30F is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 15 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.20 |
| HSL | 47.23º | 0.86% | 0.43% | - |
| HSV(B) | 47.23º | 0.93% | 0.8% | - |
| XYZ | 37.81 | 38.93 | 5.97 | - |
| YUV | 158.09 | 47.25 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 15 | 0 | 0.20 | 0.93 | 0.20 | 47.23 | 0.86 | 0.43 |
| Hex | CB | A3 | F | 0 | 14 | 5D | 14 | 2F | 56 | 2B |
| Octal | 313 | 243 | 17 | 0 | 24 | 135 | 24 | 57 | 126 | 53 |
| Binary | 11001011 | 10100011 | 1111 | 0 | 10100 | 1011101 | 10100 | 101111 | 1010110 | 101011 |
Color Harmonies of #CBA30F
Complementary color
Monochromatic Colors of #CBA30F
Black with #CBA30F
Text Example
Text Example
White with #CBA30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA30F; }
p { color: rgb(203,163,15); }
H1.HeaderClassName
{
color: #CBA30F;
}
.AnyTagClassName
{
color: #CBA30F;
}
</style>
background-color css
<style>
a { background-color: #CBA30F; }
a { background-color: rgb(203,163,15); }
div.DivClassName
{
background-color: #CBA30F;
}
.BgClassName
{
background-color: #CBA30F;
}
</style>
border-color css
<style>
span { border-color: #CBA30F; }
span { border-color: rgb(203,163,15); }
td.TdClassName
{
border-color: #CBA30F;
}
.TagClassName
{
border-color: #CBA30F;
}
</style>