Shades of Buddha Gold #CBA701
Tints of Buddha Gold #CBA701
RGB
CMYK
RGB Variations
Color information
#CBA701 (or 0xCBA701) is known color: Buddha Gold. HEX triplet: CB, A7 and 01. RGB value is (203,167,1). Sum of RGB (Red+Green+Blue) = 203+167+1=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA701 is #3458FE. Grayscale: #9F9F9F. Windows color (decimal): -3430655 or 108491. OLE color: 108491.
HSL color Cylindrical-coordinate representation of color #CBA701: hue angle of 49.31º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBA701 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 1 | - |
| CMYK | 0 | 0.18 | 1.00 | 0.20 |
| HSL | 49.31º | 0.99% | 0.4% | - |
| HSV(B) | 49.31º | 1% | 0.8% | - |
| XYZ | 38.45 | 40.34 | 5.79 | - |
| YUV | 158.84 | 38.93 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 1 | 0 | 0.18 | 1.00 | 0.20 | 49.31 | 0.99 | 0.4 |
| Hex | CB | A7 | 1 | 0 | 12 | 64 | 14 | 31 | 63 | 28 |
| Octal | 313 | 247 | 1 | 0 | 22 | 144 | 24 | 61 | 143 | 50 |
| Binary | 11001011 | 10100111 | 1 | 0 | 10010 | 1100100 | 10100 | 110001 | 1100011 | 101000 |
Color Harmonies of #CBA701
Complementary color
Monochromatic Colors of #CBA701
Black with #CBA701
Text Example
Text Example
White with #CBA701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA701; }
p { color: rgb(203,167,1); }
H1.HeaderClassName
{
color: #CBA701;
}
.AnyTagClassName
{
color: #CBA701;
}
</style>
background-color css
<style>
a { background-color: #CBA701; }
a { background-color: rgb(203,167,1); }
div.DivClassName
{
background-color: #CBA701;
}
.BgClassName
{
background-color: #CBA701;
}
</style>
border-color css
<style>
span { border-color: #CBA701; }
span { border-color: rgb(203,167,1); }
td.TdClassName
{
border-color: #CBA701;
}
.TagClassName
{
border-color: #CBA701;
}
</style>