Shades of Buddha Gold #CBA808
Tints of Buddha Gold #CBA808
RGB
CMYK
RGB Variations
Color information
#CBA808 (or 0xCBA808) is known color: Buddha Gold. HEX triplet: CB, A8 and 08. RGB value is (203,168,8). Sum of RGB (Red+Green+Blue) = 203+168+8=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA808 is #3457F7. Grayscale: #A0A0A0. Windows color (decimal): -3430392 or 567499. OLE color: 567499.
HSL color Cylindrical-coordinate representation of color #CBA808: hue angle of 49.23º 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 #CBA808 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 8 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.20 |
| HSL | 49.23º | 0.92% | 0.41% | - |
| HSV(B) | 49.23º | 0.96% | 0.8% | - |
| XYZ | 38.68 | 40.72 | 6.05 | - |
| YUV | 160.23 | 42.1 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 8 | 0 | 0.17 | 0.96 | 0.20 | 49.23 | 0.92 | 0.41 |
| Hex | CB | A8 | 8 | 0 | 11 | 60 | 14 | 31 | 5C | 29 |
| Octal | 313 | 250 | 10 | 0 | 21 | 140 | 24 | 61 | 134 | 51 |
| Binary | 11001011 | 10101000 | 1000 | 0 | 10001 | 1100000 | 10100 | 110001 | 1011100 | 101001 |
Color Harmonies of #CBA808
Complementary color
Monochromatic Colors of #CBA808
Black with #CBA808
Text Example
Text Example
White with #CBA808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA808; }
p { color: rgb(203,168,8); }
H1.HeaderClassName
{
color: #CBA808;
}
.AnyTagClassName
{
color: #CBA808;
}
</style>
background-color css
<style>
a { background-color: #CBA808; }
a { background-color: rgb(203,168,8); }
div.DivClassName
{
background-color: #CBA808;
}
.BgClassName
{
background-color: #CBA808;
}
</style>
border-color css
<style>
span { border-color: #CBA808; }
span { border-color: rgb(203,168,8); }
td.TdClassName
{
border-color: #CBA808;
}
.TagClassName
{
border-color: #CBA808;
}
</style>