Shades of Buddha Gold #CBAA07
Tints of Buddha Gold #CBAA07
RGB
CMYK
RGB Variations
Color information
#CBAA07 (or 0xCBAA07) is known color: Buddha Gold. HEX triplet: CB, AA and 07. RGB value is (203,170,7). Sum of RGB (Red+Green+Blue) = 203+170+7=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAA07 is #3455F8. Grayscale: #A1A1A1. Windows color (decimal): -3429881 or 502475. OLE color: 502475.
HSL color Cylindrical-coordinate representation of color #CBAA07: hue angle of 49.9º 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 #CBAA07 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 7 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.20 |
| HSL | 49.9º | 0.93% | 0.41% | - |
| HSV(B) | 49.9º | 0.97% | 0.8% | - |
| XYZ | 39.04 | 41.46 | 6.15 | - |
| YUV | 161.29 | 40.93 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 7 | 0 | 0.16 | 0.97 | 0.20 | 49.9 | 0.93 | 0.41 |
| Hex | CB | AA | 7 | 0 | 10 | 61 | 14 | 32 | 5D | 29 |
| Octal | 313 | 252 | 7 | 0 | 20 | 141 | 24 | 62 | 135 | 51 |
| Binary | 11001011 | 10101010 | 111 | 0 | 10000 | 1100001 | 10100 | 110010 | 1011101 | 101001 |
Color Harmonies of #CBAA07
Complementary color
Monochromatic Colors of #CBAA07
Black with #CBAA07
Text Example
Text Example
White with #CBAA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAA07; }
p { color: rgb(203,170,7); }
H1.HeaderClassName
{
color: #CBAA07;
}
.AnyTagClassName
{
color: #CBAA07;
}
</style>
background-color css
<style>
a { background-color: #CBAA07; }
a { background-color: rgb(203,170,7); }
div.DivClassName
{
background-color: #CBAA07;
}
.BgClassName
{
background-color: #CBAA07;
}
</style>
border-color css
<style>
span { border-color: #CBAA07; }
span { border-color: rgb(203,170,7); }
td.TdClassName
{
border-color: #CBAA07;
}
.TagClassName
{
border-color: #CBAA07;
}
</style>