Shades of Buddha Gold #CBA11B
Tints of Buddha Gold #CBA11B
RGB
CMYK
RGB Variations
Color information
#CBA11B (or 0xCBA11B) is known color: Buddha Gold. HEX triplet: CB, A1 and 1B. RGB value is (203,161,27). Sum of RGB (Red+Green+Blue) = 203+161+27=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA11B is #345EE4. Grayscale: #9E9E9E. Windows color (decimal): -3432165 or 1810891. OLE color: 1810891.
HSL color Cylindrical-coordinate representation of color #CBA11B: hue angle of 45.68º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBA11B is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 27 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.20 |
| HSL | 45.68º | 0.77% | 0.45% | - |
| HSV(B) | 45.68º | 0.87% | 0.8% | - |
| XYZ | 37.57 | 38.27 | 6.44 | - |
| YUV | 158.28 | 53.91 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 27 | 0 | 0.21 | 0.87 | 0.20 | 45.68 | 0.77 | 0.45 |
| Hex | CB | A1 | 1B | 0 | 15 | 57 | 14 | 2E | 4D | 2D |
| Octal | 313 | 241 | 33 | 0 | 25 | 127 | 24 | 56 | 115 | 55 |
| Binary | 11001011 | 10100001 | 11011 | 0 | 10101 | 1010111 | 10100 | 101110 | 1001101 | 101101 |
Color Harmonies of #CBA11B
Complementary color
Monochromatic Colors of #CBA11B
Black with #CBA11B
Text Example
Text Example
White with #CBA11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA11B; }
p { color: rgb(203,161,27); }
H1.HeaderClassName
{
color: #CBA11B;
}
.AnyTagClassName
{
color: #CBA11B;
}
</style>
background-color css
<style>
a { background-color: #CBA11B; }
a { background-color: rgb(203,161,27); }
div.DivClassName
{
background-color: #CBA11B;
}
.BgClassName
{
background-color: #CBA11B;
}
</style>
border-color css
<style>
span { border-color: #CBA11B; }
span { border-color: rgb(203,161,27); }
td.TdClassName
{
border-color: #CBA11B;
}
.TagClassName
{
border-color: #CBA11B;
}
</style>