Shades of Buddha Gold #CBA702
Tints of Buddha Gold #CBA702
RGB
CMYK
RGB Variations
Color information
#CBA702 (or 0xCBA702) is known color: Buddha Gold. HEX triplet: CB, A7 and 02. RGB value is (203,167,2). Sum of RGB (Red+Green+Blue) = 203+167+2=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA702 is #3458FD. Grayscale: #9F9F9F. Windows color (decimal): -3430654 or 174027. OLE color: 174027.
HSL color Cylindrical-coordinate representation of color #CBA702: hue angle of 49.25º degrees, saturation: 0.98, 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 #CBA702 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.20 |
| HSL | 49.25º | 0.98% | 0.4% | - |
| HSV(B) | 49.25º | 0.99% | 0.8% | - |
| XYZ | 38.46 | 40.34 | 5.82 | - |
| YUV | 158.95 | 39.43 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 2 | 0 | 0.18 | 0.99 | 0.20 | 49.25 | 0.98 | 0.4 |
| Hex | CB | A7 | 2 | 0 | 12 | 63 | 14 | 31 | 62 | 28 |
| Octal | 313 | 247 | 2 | 0 | 22 | 143 | 24 | 61 | 142 | 50 |
| Binary | 11001011 | 10100111 | 10 | 0 | 10010 | 1100011 | 10100 | 110001 | 1100010 | 101000 |
Color Harmonies of #CBA702
Complementary color
Monochromatic Colors of #CBA702
Black with #CBA702
Text Example
Text Example
White with #CBA702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA702; }
p { color: rgb(203,167,2); }
H1.HeaderClassName
{
color: #CBA702;
}
.AnyTagClassName
{
color: #CBA702;
}
</style>
background-color css
<style>
a { background-color: #CBA702; }
a { background-color: rgb(203,167,2); }
div.DivClassName
{
background-color: #CBA702;
}
.BgClassName
{
background-color: #CBA702;
}
</style>
border-color css
<style>
span { border-color: #CBA702; }
span { border-color: rgb(203,167,2); }
td.TdClassName
{
border-color: #CBA702;
}
.TagClassName
{
border-color: #CBA702;
}
</style>