Shades of Buddha Gold #CBA508
Tints of Buddha Gold #CBA508
RGB
CMYK
RGB Variations
Color information
#CBA508 (or 0xCBA508) is known color: Buddha Gold. HEX triplet: CB, A5 and 08. RGB value is (203,165,8). Sum of RGB (Red+Green+Blue) = 203+165+8=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA508 is #345AF7. Grayscale: #9F9F9F. Windows color (decimal): -3431160 or 566731. OLE color: 566731.
HSL color Cylindrical-coordinate representation of color #CBA508: hue angle of 48.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBA508 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.20 |
| HSL | 48.31º | 0.92% | 0.41% | - |
| HSV(B) | 48.31º | 0.96% | 0.8% | - |
| XYZ | 38.13 | 39.62 | 5.87 | - |
| YUV | 158.46 | 43.09 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 8 | 0 | 0.19 | 0.96 | 0.20 | 48.31 | 0.92 | 0.41 |
| Hex | CB | A5 | 8 | 0 | 13 | 60 | 14 | 30 | 5C | 29 |
| Octal | 313 | 245 | 10 | 0 | 23 | 140 | 24 | 60 | 134 | 51 |
| Binary | 11001011 | 10100101 | 1000 | 0 | 10011 | 1100000 | 10100 | 110000 | 1011100 | 101001 |
Color Harmonies of #CBA508
Complementary color
Monochromatic Colors of #CBA508
Black with #CBA508
Text Example
Text Example
White with #CBA508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA508; }
p { color: rgb(203,165,8); }
H1.HeaderClassName
{
color: #CBA508;
}
.AnyTagClassName
{
color: #CBA508;
}
</style>
background-color css
<style>
a { background-color: #CBA508; }
a { background-color: rgb(203,165,8); }
div.DivClassName
{
background-color: #CBA508;
}
.BgClassName
{
background-color: #CBA508;
}
</style>
border-color css
<style>
span { border-color: #CBA508; }
span { border-color: rgb(203,165,8); }
td.TdClassName
{
border-color: #CBA508;
}
.TagClassName
{
border-color: #CBA508;
}
</style>