Shades of Buddha Gold #CBA900
Tints of Buddha Gold #CBA900
RGB
CMYK
RGB Variations
Color information
#CBA900 (or 0xCBA900) is known color: Buddha Gold. HEX triplet: CB, A9 and 00. RGB value is (203,169,0). Sum of RGB (Red+Green+Blue) = 203+169+0=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA900 is #3456FF. Grayscale: #A0A0A0. Windows color (decimal): -3430144 or 43467. OLE color: 43467.
HSL color Cylindrical-coordinate representation of color #CBA900: hue angle of 49.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBA900 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.20 |
| HSL | 49.95º | 1% | 0.4% | - |
| HSV(B) | 49.95º | 1% | 0.8% | - |
| XYZ | 38.82 | 41.07 | 5.88 | - |
| YUV | 159.9 | 37.76 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 0 | 0 | 0.17 | 1 | 0.20 | 49.95 | 1 | 0.4 |
| Hex | CB | A9 | 0 | 0 | 11 | 64 | 14 | 32 | 64 | 28 |
| Octal | 313 | 251 | 0 | 0 | 21 | 144 | 24 | 62 | 144 | 50 |
| Binary | 11001011 | 10101001 | 0 | 0 | 10001 | 1100100 | 10100 | 110010 | 1100100 | 101000 |
Color Harmonies of #CBA900
Complementary color
Monochromatic Colors of #CBA900
Black with #CBA900
Text Example
Text Example
White with #CBA900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA900; }
p { color: rgb(203,169,0); }
H1.HeaderClassName
{
color: #CBA900;
}
.AnyTagClassName
{
color: #CBA900;
}
</style>
background-color css
<style>
a { background-color: #CBA900; }
a { background-color: rgb(203,169,0); }
div.DivClassName
{
background-color: #CBA900;
}
.BgClassName
{
background-color: #CBA900;
}
</style>
border-color css
<style>
span { border-color: #CBA900; }
span { border-color: rgb(203,169,0); }
td.TdClassName
{
border-color: #CBA900;
}
.TagClassName
{
border-color: #CBA900;
}
</style>