Shades of Buddha Gold #CBA50D
Tints of Buddha Gold #CBA50D
RGB
CMYK
RGB Variations
Color information
#CBA50D (or 0xCBA50D) is known color: Buddha Gold. HEX triplet: CB, A5 and 0D. RGB value is (203,165,13). Sum of RGB (Red+Green+Blue) = 203+165+13=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA50D is #345AF2. Grayscale: #9F9F9F. Windows color (decimal): -3431155 or 894411. OLE color: 894411.
HSL color Cylindrical-coordinate representation of color #CBA50D: hue angle of 48º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBA50D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 13 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.20 |
| HSL | 48º | 0.88% | 0.42% | - |
| HSV(B) | 48º | 0.94% | 0.8% | - |
| XYZ | 38.16 | 39.64 | 6.02 | - |
| YUV | 159.03 | 45.59 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 13 | 0 | 0.19 | 0.94 | 0.20 | 48 | 0.88 | 0.42 |
| Hex | CB | A5 | D | 0 | 13 | 5E | 14 | 30 | 58 | 2A |
| Octal | 313 | 245 | 15 | 0 | 23 | 136 | 24 | 60 | 130 | 52 |
| Binary | 11001011 | 10100101 | 1101 | 0 | 10011 | 1011110 | 10100 | 110000 | 1011000 | 101010 |
Color Harmonies of #CBA50D
Complementary color
Monochromatic Colors of #CBA50D
Black with #CBA50D
Text Example
Text Example
White with #CBA50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA50D; }
p { color: rgb(203,165,13); }
H1.HeaderClassName
{
color: #CBA50D;
}
.AnyTagClassName
{
color: #CBA50D;
}
</style>
background-color css
<style>
a { background-color: #CBA50D; }
a { background-color: rgb(203,165,13); }
div.DivClassName
{
background-color: #CBA50D;
}
.BgClassName
{
background-color: #CBA50D;
}
</style>
border-color css
<style>
span { border-color: #CBA50D; }
span { border-color: rgb(203,165,13); }
td.TdClassName
{
border-color: #CBA50D;
}
.TagClassName
{
border-color: #CBA50D;
}
</style>