Shades of Buddha Gold #CBA807
Tints of Buddha Gold #CBA807
RGB
CMYK
RGB Variations
Color information
#CBA807 (or 0xCBA807) is known color: Buddha Gold. HEX triplet: CB, A8 and 07. RGB value is (203,168,7). Sum of RGB (Red+Green+Blue) = 203+168+7=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA807 is #3457F8. Grayscale: #A0A0A0. Windows color (decimal): -3430393 or 501963. OLE color: 501963.
HSL color Cylindrical-coordinate representation of color #CBA807: hue angle of 49.29º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBA807 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 7 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.20 |
| HSL | 49.29º | 0.93% | 0.41% | - |
| HSV(B) | 49.29º | 0.97% | 0.8% | - |
| XYZ | 38.67 | 40.72 | 6.02 | - |
| YUV | 160.11 | 41.6 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 7 | 0 | 0.17 | 0.97 | 0.20 | 49.29 | 0.93 | 0.41 |
| Hex | CB | A8 | 7 | 0 | 11 | 61 | 14 | 31 | 5D | 29 |
| Octal | 313 | 250 | 7 | 0 | 21 | 141 | 24 | 61 | 135 | 51 |
| Binary | 11001011 | 10101000 | 111 | 0 | 10001 | 1100001 | 10100 | 110001 | 1011101 | 101001 |
Color Harmonies of #CBA807
Complementary color
Monochromatic Colors of #CBA807
Black with #CBA807
Text Example
Text Example
White with #CBA807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA807; }
p { color: rgb(203,168,7); }
H1.HeaderClassName
{
color: #CBA807;
}
.AnyTagClassName
{
color: #CBA807;
}
</style>
background-color css
<style>
a { background-color: #CBA807; }
a { background-color: rgb(203,168,7); }
div.DivClassName
{
background-color: #CBA807;
}
.BgClassName
{
background-color: #CBA807;
}
</style>
border-color css
<style>
span { border-color: #CBA807; }
span { border-color: rgb(203,168,7); }
td.TdClassName
{
border-color: #CBA807;
}
.TagClassName
{
border-color: #CBA807;
}
</style>