Shades of Buddha Gold #CB9E03
Tints of Buddha Gold #CB9E03
RGB
CMYK
RGB Variations
Color information
#CB9E03 (or 0xCB9E03) is known color: Buddha Gold. HEX triplet: CB, 9E and 03. RGB value is (203,158,3). Sum of RGB (Red+Green+Blue) = 203+158+3=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 3 (1.56% from 255 or 0.82% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9E03 is #3461FC. Grayscale: #9A9A9A. Windows color (decimal): -3432957 or 237259. OLE color: 237259.
HSL color Cylindrical-coordinate representation of color #CB9E03: hue angle of 46.5º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB9E03 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 158 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.20 |
| HSL | 46.5º | 0.97% | 0.4% | - |
| HSV(B) | 46.5º | 0.99% | 0.8% | - |
| XYZ | 36.87 | 37.16 | 5.31 | - |
| YUV | 153.79 | 42.91 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 3 | 0 | 0.22 | 0.99 | 0.20 | 46.5 | 0.97 | 0.4 |
| Hex | CB | 9E | 3 | 0 | 16 | 63 | 14 | 2E | 61 | 28 |
| Octal | 313 | 236 | 3 | 0 | 26 | 143 | 24 | 56 | 141 | 50 |
| Binary | 11001011 | 10011110 | 11 | 0 | 10110 | 1100011 | 10100 | 101110 | 1100001 | 101000 |
Color Harmonies of #CB9E03
Complementary color
Monochromatic Colors of #CB9E03
Black with #CB9E03
Text Example
Text Example
White with #CB9E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9E03; }
p { color: rgb(203,158,3); }
H1.HeaderClassName
{
color: #CB9E03;
}
.AnyTagClassName
{
color: #CB9E03;
}
</style>
background-color css
<style>
a { background-color: #CB9E03; }
a { background-color: rgb(203,158,3); }
div.DivClassName
{
background-color: #CB9E03;
}
.BgClassName
{
background-color: #CB9E03;
}
</style>
border-color css
<style>
span { border-color: #CB9E03; }
span { border-color: rgb(203,158,3); }
td.TdClassName
{
border-color: #CB9E03;
}
.TagClassName
{
border-color: #CB9E03;
}
</style>