Shades of Buddha Gold #CBA10D
Tints of Buddha Gold #CBA10D
RGB
CMYK
RGB Variations
Color information
#CBA10D (or 0xCBA10D) is known color: Buddha Gold. HEX triplet: CB, A1 and 0D. RGB value is (203,161,13). Sum of RGB (Red+Green+Blue) = 203+161+13=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA10D is #345EF2. Grayscale: #9D9D9D. Windows color (decimal): -3432179 or 893387. OLE color: 893387.
HSL color Cylindrical-coordinate representation of color #CBA10D: hue angle of 46.74º 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 #CBA10D is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 13 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.20 |
| HSL | 46.74º | 0.88% | 0.42% | - |
| HSV(B) | 46.74º | 0.94% | 0.8% | - |
| XYZ | 37.45 | 38.22 | 5.78 | - |
| YUV | 156.69 | 46.91 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 13 | 0 | 0.21 | 0.94 | 0.20 | 46.74 | 0.88 | 0.42 |
| Hex | CB | A1 | D | 0 | 15 | 5E | 14 | 2F | 58 | 2A |
| Octal | 313 | 241 | 15 | 0 | 25 | 136 | 24 | 57 | 130 | 52 |
| Binary | 11001011 | 10100001 | 1101 | 0 | 10101 | 1011110 | 10100 | 101111 | 1011000 | 101010 |
Color Harmonies of #CBA10D
Complementary color
Monochromatic Colors of #CBA10D
Black with #CBA10D
Text Example
Text Example
White with #CBA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA10D; }
p { color: rgb(203,161,13); }
H1.HeaderClassName
{
color: #CBA10D;
}
.AnyTagClassName
{
color: #CBA10D;
}
</style>
background-color css
<style>
a { background-color: #CBA10D; }
a { background-color: rgb(203,161,13); }
div.DivClassName
{
background-color: #CBA10D;
}
.BgClassName
{
background-color: #CBA10D;
}
</style>
border-color css
<style>
span { border-color: #CBA10D; }
span { border-color: rgb(203,161,13); }
td.TdClassName
{
border-color: #CBA10D;
}
.TagClassName
{
border-color: #CBA10D;
}
</style>