Shades of Buddha Gold #CBA80E
Tints of Buddha Gold #CBA80E
RGB
CMYK
RGB Variations
Color information
#CBA80E (or 0xCBA80E) is known color: Buddha Gold. HEX triplet: CB, A8 and 0E. RGB value is (203,168,14). Sum of RGB (Red+Green+Blue) = 203+168+14=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA80E is #3457F1. Grayscale: #A1A1A1. Windows color (decimal): -3430386 or 960715. OLE color: 960715.
HSL color Cylindrical-coordinate representation of color #CBA80E: hue angle of 48.89º degrees, saturation: 0.87, 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 #CBA80E is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 14 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.20 |
| HSL | 48.89º | 0.87% | 0.43% | - |
| HSV(B) | 48.89º | 0.93% | 0.8% | - |
| XYZ | 38.71 | 40.73 | 6.24 | - |
| YUV | 160.91 | 45.1 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 14 | 0 | 0.17 | 0.93 | 0.20 | 48.89 | 0.87 | 0.43 |
| Hex | CB | A8 | E | 0 | 11 | 5D | 14 | 31 | 57 | 2B |
| Octal | 313 | 250 | 16 | 0 | 21 | 135 | 24 | 61 | 127 | 53 |
| Binary | 11001011 | 10101000 | 1110 | 0 | 10001 | 1011101 | 10100 | 110001 | 1010111 | 101011 |
Color Harmonies of #CBA80E
Complementary color
Monochromatic Colors of #CBA80E
Black with #CBA80E
Text Example
Text Example
White with #CBA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA80E; }
p { color: rgb(203,168,14); }
H1.HeaderClassName
{
color: #CBA80E;
}
.AnyTagClassName
{
color: #CBA80E;
}
</style>
background-color css
<style>
a { background-color: #CBA80E; }
a { background-color: rgb(203,168,14); }
div.DivClassName
{
background-color: #CBA80E;
}
.BgClassName
{
background-color: #CBA80E;
}
</style>
border-color css
<style>
span { border-color: #CBA80E; }
span { border-color: rgb(203,168,14); }
td.TdClassName
{
border-color: #CBA80E;
}
.TagClassName
{
border-color: #CBA80E;
}
</style>