Shades of Buddha Gold #CBA513
Tints of Buddha Gold #CBA513
RGB
CMYK
RGB Variations
Color information
#CBA513 (or 0xCBA513) is known color: Buddha Gold. HEX triplet: CB, A5 and 13. RGB value is (203,165,19). Sum of RGB (Red+Green+Blue) = 203+165+19=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA513 is #345AEC. Grayscale: #A0A0A0. Windows color (decimal): -3431149 or 1287627. OLE color: 1287627.
HSL color Cylindrical-coordinate representation of color #CBA513: hue angle of 47.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBA513 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 19 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.20 |
| HSL | 47.61º | 0.83% | 0.44% | - |
| HSV(B) | 47.61º | 0.91% | 0.8% | - |
| XYZ | 38.2 | 39.65 | 6.26 | - |
| YUV | 159.72 | 48.59 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 19 | 0 | 0.19 | 0.91 | 0.20 | 47.61 | 0.83 | 0.44 |
| Hex | CB | A5 | 13 | 0 | 13 | 5B | 14 | 30 | 53 | 2C |
| Octal | 313 | 245 | 23 | 0 | 23 | 133 | 24 | 60 | 123 | 54 |
| Binary | 11001011 | 10100101 | 10011 | 0 | 10011 | 1011011 | 10100 | 110000 | 1010011 | 101100 |
Color Harmonies of #CBA513
Complementary color
Monochromatic Colors of #CBA513
Black with #CBA513
Text Example
Text Example
White with #CBA513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA513; }
p { color: rgb(203,165,19); }
H1.HeaderClassName
{
color: #CBA513;
}
.AnyTagClassName
{
color: #CBA513;
}
</style>
background-color css
<style>
a { background-color: #CBA513; }
a { background-color: rgb(203,165,19); }
div.DivClassName
{
background-color: #CBA513;
}
.BgClassName
{
background-color: #CBA513;
}
</style>
border-color css
<style>
span { border-color: #CBA513; }
span { border-color: rgb(203,165,19); }
td.TdClassName
{
border-color: #CBA513;
}
.TagClassName
{
border-color: #CBA513;
}
</style>